generator-bunny
Version:
Jumpstart node module, like a bunny
82 lines • 1.77 kB
JSON
{
"name": "generator-bunny",
"version": "4.5.3",
"description": "Jumpstart node module, like a bunny",
"preferGlobal": true,
"license": "MIT",
"author": {
"name": "Lufty Wiranda",
"email": "lufty.wiranda@gmail.com",
"url": "https://www.instagram.com/luftywiranda13/"
},
"repository": "https://github.com/luftywiranda13/generator-bunny",
"engines": {
"node": ">=4"
},
"scripts": {
"start": "nps --no-scripts",
"precommit": "remove-lockfiles && lint-staged",
"test": "nps test"
},
"main": "app/index.js",
"files": [
"app/index.js",
"app/templates/"
],
"dependencies": {
"chalk": "^2.1.0",
"lodash.camelcase": "^4.3.0",
"lodash.kebabcase": "^4.1.1",
"shelljs": "^0.7.8",
"yeoman-generator": "^2.0.1"
},
"devDependencies": {
"all-contributors-cli": "^4.5.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"eslint": "^4.8.0",
"eslint-config-airbnb-base": "^12.0.2",
"eslint-plugin-import": "^2.7.0",
"husky": "^0.14.3",
"jest": "^21.2.1",
"lint-staged": "^4.2.3",
"nps": "^5.7.1",
"nps-utils": "^1.4.0",
"remove-lockfiles": "^1.4.1",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^1.7.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"jest": {
"testEnvironment": "node"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
]
},
"keywords": [
"🐰",
"javascript",
"open-source",
"node",
"node-module",
"yeoman",
"yeoman-generator",
"starter-kit",
"boilerplate",
"scaffold",
"npm",
"automated",
"automate",
"easy",
"jest",
"babel",
"eslint"
]
}