nocobase/packages/plugin-workflow/package.json

23 lines
706 B
JSON
Raw Normal View History

{
"name": "@nocobase/plugin-workflow",
"version": "0.6.0-alpha.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"build": "rimraf -rf lib esm dist && npm run build:cjs && npm run build:esm",
"build:cjs": "tsc --project tsconfig.build.json",
"build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm"
},
"dependencies": {
"@nocobase/actions": "^0.6.0-alpha.0",
"@nocobase/database": "^0.6.0-alpha.0",
"@nocobase/server": "^0.6.0-alpha.0",
"@nocobase/utils": "^0.6.0-alpha.0",
"json-templates": "^4.2.0"
},
"devDependencies": {
"@nocobase/test": "^0.6.0-alpha.0"
},
"gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e"
}