ginitor
Version:
All your init needs fulfilled
40 lines (39 loc) • 767 B
JSON
{
"bin": {
"ginitor": "./index.js"
},
"name": "ginitor",
"version": "1.1.3",
"description": "All your init needs fulfilled",
"main": "index.js",
"scripts": {
"test": "node tests/test.js"
},
"keywords": [
"Git",
"CLI",
"GINITOR",
"INIT",
"NPM",
"YARN",
"ADD",
"INSTALL"
],
"author": "Harry Ingles(HPringles)",
"license": "ISC",
"dependencies": {
"@octokit/rest": "^15.6.2",
"chalk": "^2.4.1",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^3.1.2",
"figlet": "^1.2.0",
"inquirer": "^5.2.0",
"lodash": "^4.17.10",
"minimist": "^1.2.0",
"npm-programmatic": "0.0.10",
"simple-git": "^1.95.0",
"touch": "^3.1.0",
"yarn-programmatic": "0.0.2"
}
}