itoolbox-cli
Version:
iToolBox CLI 工具,用于创建扩展,打包扩展.
42 lines (41 loc) • 916 B
JSON
{
"name": "itoolbox-cli",
"version": "0.0.7",
"description": "iToolBox CLI 工具,用于创建扩展,打包扩展.",
"main": "index.js",
"bin": {
"itoolbox": "./bin/cli"
},
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BingKui/iToolBox-Cli.git"
},
"keywords": [
"CLI",
"iToolBox",
"Commander"
],
"author": "康兵奎",
"license": "MIT",
"bugs": {
"url": "https://github.com/BingKui/iToolBox-Cli/issues"
},
"homepage": "https://github.com/BingKui/iToolBox-Cli#readme",
"dependencies": {
"chalk": "^4.1.0",
"commander": "^6.0.0",
"del": "^5.1.0",
"download-git-repo": "^3.0.2",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"jszip": "^3.5.0",
"ora": "^5.0.0",
"os-locale": "^5.0.0",
"shelljs": "^0.8.4",
"terminal-link": "^2.1.1",
"which": "^2.0.2"
}
}