star-wh
Version:
20 lines (19 loc) • 337 B
JSON
{
"name": "bin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"aw-cli": "./index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^7.2.0",
"inquirer": "^8.0.0"
}
}