UNPKG

infopack-cli

Version:

Command line tool for managing infopacks

34 lines (33 loc) 818 B
{ "name": "infopack-cli", "version": "0.8.4", "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": { "commander": "^2.11.0", "console-table-printer": "^2.11.2", "infopack-output-validator": "^2.0.1", "inquirer": "^8.2.4", "slugify": "^1.6.6", "unzipper": "^0.10.11" } }