bp-cli-testing
Version:
BP CLI
27 lines (26 loc) • 475 B
JSON
{
"name": "bp-cli-testing",
"version": "0.0.1",
"description": "BP CLI",
"main": "cli.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bp"
],
"author": "Ed",
"license": "ISC",
"dependencies": {
"arg": "^5.0.0",
"chalk": "^4.1.1",
"esm": "^3.2.25",
"execa": "^5.1.0",
"inquirer": "^8.1.0",
"listr": "^0.14.3",
"shelljs": "^0.8.4"
}
}