a77f71e32f
* fix: improve code * v0.7.0-alpha.18 * chore(versions): 😊 publish v0.7.0-alpha.19 * fix: tips for app.install * chore(versions): 😊 publish v0.7.0-alpha.19 * fix: chalk module * chore(versions): 😊 publish v0.7.0-alpha.21 * fix: clean && force * chore(versions): 😊 publish v0.7.0-alpha.22 * feat: silent option * chore: storage folder * feat: storage folder * chore(versions): 😊 publish v0.7.0-alpha.23 * docs: update readme.md
31 lines
745 B
JSON
Executable File
31 lines
745 B
JSON
Executable File
{
|
|
"name": "create-nocobase-app",
|
|
"version": "0.7.0-alpha.23",
|
|
"main": "src/index.js",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@nocobase/utils": "^0.5.0-alpha.38",
|
|
"axios": "^0.26.1",
|
|
"chalk": "^4.1.1",
|
|
"commander": "^8.2.0",
|
|
"execa": "5",
|
|
"fs-extra": "^10.0.1",
|
|
"lodash": "^4.17.21",
|
|
"ora": "^5.4.1",
|
|
"tar": "^6.1.11"
|
|
},
|
|
"bin": "./bin/create-nocobase-app.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/core/create-nocobase-app"
|
|
},
|
|
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
|
|
}
|