mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:37:15 +00:00
29 lines
660 B
JSON
Executable File
29 lines
660 B
JSON
Executable File
{
|
|
"name": "create-nocobase-app",
|
|
"version": "0.7.0-alpha.83",
|
|
"main": "src/index.js",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@umijs/utils": "^3.5.20",
|
|
"axios": "^0.26.1",
|
|
"chalk": "^4.1.1",
|
|
"commander": "^9.2.0",
|
|
"tar": "6.1.11"
|
|
},
|
|
"bin": {
|
|
"create-nocobase-app": "./bin/index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/core/create-nocobase-app"
|
|
},
|
|
"gitHead": "a00b45a2686695c5f4824d074ac5e1aff210793a"
|
|
}
|