lint-changed
Version:
Lint files changed in git
81 lines (80 loc) • 2.07 kB
JSON
{
"name": "lint-changed",
"description": "Lint files changed in git",
"main": "index.js",
"bin": {
"lint-changed": "index.js"
},
"scripts": {
"postinstall": "echo \"🚫💩 lint-changed installed! \nDo not forget to configure it. See https://github.com/TheXardas/lint-changed/blob/master/README.md\" && exit 0",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"pre-commit": "node index.js",
"test": "jest --coverage",
"deps": "npm-check -s",
"deps:update": "npm-check -u",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"pre-commit": "pre-commit",
"greenkeeper": {
"ignore": [
"cosmiconfig"
]
},
"repository": {
"type": "git",
"url": "https://github.com/TheXardas/lint-changed.git"
},
"keywords": [
"lint",
"git",
"changed",
"javascript",
"css",
"scss",
"sass",
"eslint",
"stylelint",
"code",
"quality"
],
"author": "Tony G. <thexardas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheXardas/lint-changed/issues"
},
"homepage": "https://github.com/TheXardas/lint-changed#readme",
"dependencies": {
"app-root-path": "^2.0.0",
"cosmiconfig": "^1.1.0",
"execa": "^0.6.0",
"listr": "^0.12.0",
"minimatch": "^3.0.0",
"npm-which": "^3.0.1",
"changed-git-files": "0.0.1"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-jest": "^20.0.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.16.3",
"cz-conventional-changelog": "^1.2.0",
"eslint": "^3.9.1",
"eslint-config-okonet": "^1.1.1",
"expect": "^1.20.2",
"is-promise": "^2.1.0",
"jest": "^20.0.1",
"jsonlint": "^1.6.2",
"jsonlint-cli": "^1.0.1",
"npm-check": "^5.2.2",
"pre-commit": "^1.1.3",
"semantic-release": "^6.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"version": "0.0.0-development"
}