mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 15:16:31 +00:00
1e7746292f
* chore(versions): 😊 publish v0.7.2-alpha.1
* feat: update docker image version
35 lines
765 B
JSON
35 lines
765 B
JSON
{
|
|
"name": "@nocobase/cli",
|
|
"version": "0.7.2-alpha.1",
|
|
"description": "",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"main": "./src/index.js",
|
|
"bin": {
|
|
"nocobase": "./bin/index.js"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.1",
|
|
"commander": "^9.2.0",
|
|
"dotenv": "^10.0.0",
|
|
"execa": "^5.1.1",
|
|
"pm2": "^5.2.0",
|
|
"portfinder": "^1.0.28",
|
|
"serve": "^13.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@nocobase/devtools": "0.7.2-alpha.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nocobase/nocobase.git",
|
|
"directory": "packages/core/cli"
|
|
},
|
|
"gitHead": "7e9556e489007577fc0ed89063b3a9ce2f9aae53"
|
|
}
|