venus-cli
Version:
the basic cli commands
64 lines (63 loc) • 1.47 kB
JSON
{
"name": "venus-cli",
"version": "4.0.0",
"description": "the basic cli commands",
"keywords": [
"command",
"cli",
"venus"
],
"author": "tianyingchun <tianyingchun@outlook.com>",
"homepage": "http://10.10.0.199/venus/venus-cli/packages/venus",
"license": "ISC",
"main": "index.js",
"bin": "./dist/bin/cli.js",
"rollup": {
"buildTypes": [
"cjs"
]
},
"files": [
"dist/",
"cjs/",
"index.js",
"README.md",
"package.json"
],
"repository": {
"type": "git",
"url": "git@gitServer:venus/venus-lib-react.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"colors": "^1.4.0",
"execa": "^3.4.0",
"fs-extra": "^8.1.0",
"globby": "^10.0.1",
"import-local": "^3.0.2",
"inquirer": "^7.0.0",
"lodash": "^4.17.15",
"minimatch": "^3.0.4",
"npmlog": "^4.1.2",
"pkg-dir": "^4.2.0",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"rimraf": "^3.0.0",
"username": "^5.1.0",
"write-file-atomic": "^3.0.1",
"yargs": "^15.0.2"
},
"devDependencies": {
"@types/are-we-there-yet": "^1.1.0",
"@types/fs-extra": "^8.0.1",
"@types/inquirer": "^6.5.0",
"@types/lodash": "^4.14.149",
"@types/rimraf": "^2.0.3",
"@types/yargs": "^13.0.3",
"venus-scripts": "^1.4.31",
"venus-webpack": "^1.4.28"
},
"gitHead": "d3723bcb4cb838b8b1eef84d90ed582ecab9842f"
}