UNPKG

pinipig-cli

Version:

Pinipig Command Line Interface

44 lines (43 loc) 1.08 kB
{ "name": "pinipig-cli", "version": "0.2.8", "description": "Pinipig Command Line Interface", "main": "index.js", "scripts": { "pub:patch": "npm version patch && npm publish", "pub:minor": "npm version minor && npm publish", "pub:major": "npm version major && npm publish", "postpublish": "git push --follow-tags", "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "pinipig": "./index.js" }, "homepage": "https://pinipig.js.org/#/cli_usage", "keywords": [ "pinipig", "cli" ], "author": "John Martin R. Disuanco", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jmdisuanco/pinipig-cli" }, "dependencies": { "8colors": "^1.0.1", "clear": "^0.1.0", "commander": "^2.19.0", "curlrequest": "^1.0.1", "degit": "^2.1.4", "figlet": "^1.2.1", "fs-extra": "^7.0.1", "inquirer": "^6.2.1", "locater": "^1.3.0", "lodash": "^4.17.15", "minimist": "^1.2.0", "ora": "^3.0.0", "prettier": "^1.16.1", "touch": "^3.1.0" } }