nocobase/packages/plugin-workflow/package.json
Junyi 344057ccee
Feat: plugin workflow (#210)
* feat(plugin-workflow): refactor calculator and some api

* fix(plugin-workflow): comments
2022-02-27 22:58:41 +08:00

23 lines
682 B
JSON

{
"name": "@nocobase/plugin-workflow",
"version": "0.6.0-alpha.0",
"main": "lib/index.js",
"private": true,
"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/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"
}