nocobase/packages/core/cli/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

35 lines
765 B
JSON

{
"name": "@nocobase/cli",
"version": "0.7.4-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.4-alpha.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/core/cli"
},
"gitHead": "7e9556e489007577fc0ed89063b3a9ce2f9aae53"
}