nocobase/packages/core/create-nocobase-app/package.json
chenos bc12c92091
chore(versions): 😊 publish v0.7.4-alpha.1 (#696)
* docs: update release notes

* chore(versions): 😊 publish v0.7.4-alpha.1

* feat: update docker image version
2022-07-28 23:16:17 +08:00

29 lines
659 B
JSON
Executable File

{
"name": "create-nocobase-app",
"version": "0.7.4-alpha.1",
"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": "7e9556e489007577fc0ed89063b3a9ce2f9aae53"
}