cli-learning-in-nodejs
Version:
29 lines • 739 B
JSON
{
"name": "cli-learning-in-nodejs",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MCgabi/cli-learning.git"
},
"bin": {
"cli-learning-in-nodejs": "./index.js"
},
"author": "Gabriel Gałęza <gabrielgaleza@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MCgabi/cli-learning/issues"
},
"homepage": "https://github.com/MCgabi/cli-learning#readme",
"dependencies": {
"chalk": "^2.4.2",
"figlet": "^1.2.1",
"inquirer": "^6.3.1",
"shelljs": "^0.8.3"
}
}