savas-cli
Version:
A cli tool to manage releases through the terminal
45 lines (44 loc) • 989 B
JSON
{
"name": "savas-cli",
"version": "0.0.4",
"description": "A cli tool to manage releases through the terminal",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yurderi/savas.git"
},
"keywords": [
"cli",
"tool",
"savas",
"release",
"system"
],
"author": "tyurderi@yahoo.de",
"license": "MIT",
"bugs": {
"url": "https://github.com/yurderi/savas/issues"
},
"homepage": "https://github.com/yurderi/savas#readme",
"dependencies": {
"async": "^2.6.1",
"axios": "^0.18.0",
"commander": "^2.19.0",
"console.table": "^0.10.0",
"form-data": "^2.3.3",
"fs-extra": "^7.0.0",
"inquirer": "^6.2.0",
"lodash": "^4.17.11",
"shelljs": "^0.8.2",
"table": "^5.1.1",
"update-notifier": "^2.5.0",
"yaml": "^1.0.0",
"yargs": "^12.0.2"
},
"bin": {
"savas": "./bin/savas.js"
}
}