@boccinfusot/frontend-cli
Version:
A cli tool to generate a Vue component / page folder.
20 lines (19 loc) • 412 B
JSON
{
"name": "@boccinfusot/frontend-cli",
"private": false,
"version": "0.4.0",
"description": "A cli tool to generate a Vue component / page folder.",
"bin": {
"frontend": "./bin/frontend.js"
},
"preferGlobal": true,
"keywords": [
"cli"
],
"author": "Thomas Boccinfuso",
"license": "MIT",
"dependencies": {
"colors": "^1.3.3",
"commander": "^3.0.0"
}
}