infopack-cli
Version:
Command line tool for managing infopacks
36 lines (35 loc) • 871 B
JSON
{
"name": "infopack-cli",
"version": "0.8.6",
"description": "Command line tool for managing infopacks",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/sbplatform/infopack-cli.git"
},
"keywords": [
"infopack"
],
"author": "Johan Asplund",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/sbplatform/infopack-cli/issues"
},
"bin": {
"infopack": "./bin/infopack.js"
},
"homepage": "https://gitlab.com/sbplatform/infopack-cli#README",
"dependencies": {
"bluebird": "^3.7.2",
"commander": "^2.11.0",
"console-table-printer": "^2.11.2",
"infopack-output-validator": "^2.0.1",
"inquirer": "^8.2.4",
"node-fetch": "^2.7.0",
"slugify": "^1.6.6",
"unzipper": "^0.12.3"
}
}