| 123456789101112131415161718 |
- {
- "name": "vl-workflow-engine",
- "version": "0.6.1",
- "description": "VL Workflow Engine — JS port of the Go workflow executor (spec v3.16)",
- "main": "index.js",
- "exports": {
- ".": "./index.js",
- "./engine": "./lib/engine.js",
- "./expression": "./lib/expression.js",
- "./types": "./lib/types.js",
- "./ui/*": "./ui/*"
- },
- "scripts": {
- "test": "node test/run.js"
- },
- "keywords": ["workflow", "engine", "vl", "visuallogic"],
- "license": "UNLICENSED"
- }
|