UNPKG

john-cli

Version:
34 lines (33 loc) 751 B
{ "name": "john-cli", "version": "1.0.8", "description": "Just a cool Cli", "main": "src/index.js", "bin": "src/index.js", "dependencies": { "chalk": "^4.1.0", "clear": "^0.1.0", "commander": "^6.1.0", "figlet": "^1.5.0", "inquirer": "^7.3.3" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node src/index.js" }, "keywords": [ "john-cli", "john" ], "author": "João Gomes", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/Joaosilgo/john-cli.git" }, "bugs": { "url": "https://github.com/Joaosilgo/john-cli/issues" }, "homepage": "https://github.com/Joaosilgo/john-cli#readme" }