miny
Version:
The minimal module generator that generated itself
67 lines (66 loc) • 1.35 kB
JSON
{
"name": "miny",
"description": "The minimal module generator that generated itself",
"version": "7.0.7",
"author": "Pablo Varela <yo@pablo.pink>",
"bin": "cli.js",
"bugs": {
"url": "https://github.com/pablopunk/miny/issues",
"email": "yo@pablo.pink"
},
"contributors": [
"Pablo Varela <pablo@pablopunk.com>"
],
"dependencies": {
"camelcase": "^4.1.0",
"chalk": "^2.3.0",
"gravatar-url": "^2.0.0",
"is-valid-npm-name": "0.0.4",
"mri": "^1.1.0",
"sao": "^0.22.17"
},
"devDependencies": {
"ava": "^0.25.0",
"eslint": "^7.18.0",
"husky": "^2.2.0",
"prettier": "^1.17.0",
"pretty-quick": "^1.10.0"
},
"homepage": "https://github.com/pablopunk/miny",
"keywords": [
"miny",
"boilerplate",
"lass",
"node",
"module",
"npm",
"automatic",
"create",
"lint",
"test",
"ava",
"standard",
"xo",
"prettier"
],
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"prettier": {
"semi": false,
"singleQuote": true,
"tabWidth": 2
},
"repository": {
"type": "git",
"url": "https://github.com/pablopunk/miny"
},
"scripts": {
"lint": "eslint --ext .js .",
"lint-fix": "eslint --fix --ext .js .",
"test": "npm run lint && ava"
}
}