hh-cli
Version:
huihua front end cli
33 lines (32 loc) • 623 B
JSON
{
"name": "hh-cli",
"version": "1.0.17",
"description": "huihua front end cli",
"bin": {
"hh-cli": "index.js"
},
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"hh",
"huihua",
"hh-cli"
],
"author": "yangxun",
"license": "ISC",
"dependencies": {
"ali-oss": "^5.2.0",
"co": "^4.6.0",
"colors": "^1.2.1",
"commander": "^2.15.1",
"imagemin": "^5.3.1",
"imagemin-jpegtran": "^5.0.2",
"imagemin-pngquant": "^5.1.0",
"moment": "^2.21.0"
},
"devDependencies": {
"mocha": "^5.0.5"
}
}