e7c2c9ff83
* test: workflow e2e * test: workflow e2e * fix: merge main, fix incompatibility * test: remove unneeded test cases * fix: process.env.PLAYWRIGHT_AUTH_FILE * fix: workflow e2e * test: increase e2e timeout-minutes to 180 * fix: error * fix: workflow aggregate e2e test * fix: cancel useTransaction * fix: updateRecord * fix: queryRecord * fix: queryRecord * fix: queryRecord * fix: formEvent * fix: format files * fix: test * fix: error * fix: error * fix: split files * fix: ci * fix: error * fix: error * fix: client end * fix: test * fix: test * feat: concurrency=10 * fix: concurrency=3 * test: increase timeout * test: p-test --------- Co-authored-by: chenos <chenlinxh@gmail.com> Co-authored-by: Zeke Zhang <958414905@qq.com>
36 lines
848 B
JSON
36 lines
848 B
JSON
{
|
|
"name": "@nocobase/cli",
|
|
"version": "0.18.0-alpha.2",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"main": "./src/index.js",
|
|
"bin": {
|
|
"nocobase": "./bin/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@nocobase/app": "0.18.0-alpha.2",
|
|
"@types/fs-extra": "^11.0.1",
|
|
"@umijs/utils": "3.5.20",
|
|
"chalk": "^4.1.1",
|
|
"commander": "^9.2.0",
|
|
"dotenv": "^10.0.0",
|
|
"execa": "^5.1.1",
|
|
"fast-glob": "^3.3.1",
|
|
"fs-extra": "^11.1.1",
|
|
"pm2": "^5.2.0",
|
|
"portfinder": "^1.0.28",
|
|
"p-all": "3.0.0",
|
|
"serve": "^13.0.2",
|
|
"tsx": "^4.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/devtools": "0.18.0-alpha.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/core/cli"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|