mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:26:02 +00:00
21 lines
609 B
JSON
21 lines
609 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"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/test": "^0.6.0-alpha.0"
|
|
},
|
|
"gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e"
|
|
}
|