2022-01-09 14:22:26 +00:00
|
|
|
{
|
|
|
|
"name": "@nocobase/plugin-workflow",
|
2022-01-27 16:25:26 +00:00
|
|
|
"version": "0.6.0-alpha.0",
|
2022-01-09 14:22:26 +00:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"license": "MIT",
|
2022-02-12 14:35:48 +00:00
|
|
|
"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"
|
|
|
|
},
|
2022-01-09 14:22:26 +00:00
|
|
|
"dependencies": {
|
2022-03-27 07:51:48 +00:00
|
|
|
"@nocobase/actions": "^0.6.0-alpha.0",
|
2022-02-14 16:48:12 +00:00
|
|
|
"@nocobase/database": "^0.6.0-alpha.0",
|
2022-02-21 07:23:42 +00:00
|
|
|
"@nocobase/server": "^0.6.0-alpha.0",
|
2022-02-27 14:58:41 +00:00
|
|
|
"@nocobase/utils": "^0.6.0-alpha.0",
|
2022-02-21 07:23:42 +00:00
|
|
|
"json-templates": "^4.2.0"
|
2022-01-09 14:22:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-14 16:48:12 +00:00
|
|
|
"@nocobase/test": "^0.6.0-alpha.0"
|
2022-01-09 14:22:26 +00:00
|
|
|
},
|
|
|
|
"gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e"
|
|
|
|
}
|