vvan-cli
Version:
front-template cli
35 lines (34 loc) • 771 B
JSON
{
"name": "vvan-cli",
"version": "1.2.1",
"description": "front-template cli",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terryvince/front-template-cli.git"
},
"keywords": [
"vv",
"vvan",
"cli",
"vvan-cli",
"front-template"
],
"bin": {
"vvan": "./index.js"
},
"author": "terryvince",
"license": "MIT",
"bugs": {
"url": "https://github.com/terryvince/front-template-cli/issues"
},
"homepage": "https://github.com/terryvince/front-template-cli#readme",
"devDependencies": {},
"dependencies": {
"commander": "^6.0.0",
"inquirer": "^7.3.2"
}
}