create-vue-library
Version:
CLI for easily bootstrapping reusable Vue libraries
55 lines (54 loc) • 1.21 kB
JSON
{
"name": "create-vue-library",
"version": "0.0.1",
"description": "CLI for easily bootstrapping reusable Vue libraries",
"repository": "transitive-bullshit/create-vue-library",
"author": "Travis Fischer <travis@automagical.ai>",
"main": "index.js",
"license": "MIT",
"reveal": true,
"bin": {
"create-vue-library": "index.js"
},
"scripts": {
"test": "ava -v && standard *.js lib/*.js"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"keywords": [
"vue",
"library",
"module",
"create-vue-app",
"cli",
"component",
"rollup",
"babel",
"publish"
],
"dependencies": {
"commander": "^2.16.0",
"conf": "^2.0.0",
"cp-file": "^6.0.0",
"execa": "^0.10.0",
"git-config-path": "^1.0.1",
"github-username": "^4.1.0",
"globby": "^8.0.1",
"handlebars": "^4.0.11",
"inquirer": "^6.0.0",
"make-dir": "^1.3.0",
"node-compat-require": "^1.0.5",
"ora": "^3.0.0",
"p-each-series": "^1.0.0",
"parse-git-config": "^2.0.2",
"validate-npm-package-name": "^3.0.0",
"which": "^1.3.1"
},
"devDependencies": {
"ava": "^0.25.0",
"rmfr": "^2.0.0",
"standard": "^11.0.1"
}
}