mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 19:36:45 +00:00
23 lines
540 B
JSON
Executable File
23 lines
540 B
JSON
Executable File
{
|
|
"name": "create-nocobase-app",
|
|
"version": "0.21.0-alpha.4",
|
|
"main": "src/index.js",
|
|
"license": "Apache-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": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
|
|
}
|