vinit
Version:
Automatic Generation repo
40 lines (39 loc) • 906 B
JSON
{
"name": "vinit",
"version": "1.0.4",
"description": "Automatic Generation repo",
"main": "index.js",
"author": "liuchang <632851952@qq.com>",
"keywords": [
"Git",
"CLI"
],
"bin": {
"vinit": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HerSoul/vinit.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/HerSoul/vinit/issues"
},
"homepage": "https://github.com/HerSoul/vinit#readme",
"dependencies": {
"@octokit/rest": "^15.2.6",
"chalk": "^2.4.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^3.1.2",
"figlet": "^1.2.0",
"inquirer": "^5.2.0",
"lodash": "^4.17.5",
"minimist": "^1.2.0",
"simple-git": "^1.92.0",
"touch": "^3.1.0"
}
}