star_wuhaosheng
Version:
21 lines (20 loc) • 377 B
JSON
{
"name": "star_wuhaosheng",
"version": "1.0.0",
"description": "",
"main": "index.js",
"bin": {
"wu_cli": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.20.0",
"commander": "^6.1.0",
"inquirer": "^7.3.3"
}
}