yogi-cli
Version:
npm 工具包
41 lines (40 loc) • 814 B
JSON
{
"name": "yogi-cli",
"version": "1.2.12",
"description": "npm 工具包",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"yogi": "./bin/index.js"
},
"keywords": [
"chalk",
"commander",
"download",
"handlebars",
"inquirer",
"latest-version",
"ora",
"prettier",
"rimraf",
"git-clone"
],
"author": "yogi",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^2.11.0",
"download": "^8.0.0",
"ejs": "3.1.6",
"execa": "4.1.0",
"git-clone": "^0.2.0",
"handlebars": "^4.7.7",
"inquirer": "^8.2.2",
"latest-version": "^5.1.0",
"ora": "^5.4.1",
"prettier": "^2.5.1",
"rimraf": "^3.0.2"
}
}