james-statistic-folder
Version:
Options: -v, --version output the version number -h, --help display help for command
30 lines (29 loc) • 562 B
JSON
{
"name": "james-statistic-folder",
"version": "0.0.3",
"decription": "初始化项目",
"main": "",
"bin": {
"folder": "./bin/www"
},
"keywords": [
"james",
"ecej",
"CLI",
"folder",
"statistic",
"统计文件夹大小"
],
"scripts": {
"server": "node app.js",
"login": "npm version patch && npm login",
"pub": "npm publish"
},
"author": "james <1501684012@qq.com> (james.com)",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.1.0",
"inquirer": "^8.1.2"
}
}