{
  "name": "lint-staged",
  "version": "7.3.0",
  "description": "Lint files staged by git",
  "license": "MIT",
  "repository": "https://github.com/okonet/lint-staged",
  "author": "Andrey Okonetchnikov <andrey@okonet.ru>",
  "maintainers": [
    "Lufty Wiranda <lufty.wiranda@gmail.com>",
    "Suhas Karanth <sudo.suhas@gmail.com>"
  ],
  "engines": {
    "node": ">=6"
  },
  "bin": "index.js",
  "files": [
    "index.js",
    "src"
  ],
  "scripts": {
    "precommit": "node index.js",
    "cz": "git-cz",
    "lint:base": "eslint --rule \"prettier/prettier: 2\"",
    "lint": "npm run lint:base -- .",
    "lint:fix": "npm run lint --fix",
    "pretest": "npm run lint",
    "test": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "chalk": "^2.3.1",
    "commander": "^2.14.1",
    "cosmiconfig": "^5.0.2",
    "debug": "^3.1.0",
    "dedent": "^0.7.0",
    "execa": "^0.9.0",
    "find-parent-dir": "^0.3.0",
    "is-glob": "^4.0.0",
    "is-windows": "^1.0.2",
    "jest-validate": "^23.5.0",
    "listr": "^0.14.1",
    "lodash": "^4.17.5",
    "log-symbols": "^2.2.0",
    "micromatch": "^3.1.8",
    "npm-which": "^3.0.1",
    "p-map": "^1.1.1",
    "path-is-inside": "^1.0.2",
    "pify": "^3.0.0",
    "please-upgrade-node": "^3.0.2",
    "staged-git-files": "1.1.1",
    "string-argv": "^0.0.2",
    "stringify-object": "^3.2.2"
  },
  "devDependencies": {
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "commitizen": "^2.9.6",
    "consolemock": "^1.0.2",
    "cz-conventional-changelog": "^2.0.0",
    "eslint": "^4.18.1",
    "eslint-config-okonet": "^5.0.1",
    "eslint-plugin-node": "^6.0.0",
    "husky": "^0.14.3",
    "jest": "^22.4.0",
    "jsonlint": "^1.6.2",
    "prettier": "1.11.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "jest": {
    "testEnvironment": "node",
    "setupFiles": [
      "./testSetup.js"
    ]
  },
  "keywords": [
    "lint",
    "git",
    "staged",
    "eslint",
    "prettier",
    "stylelint",
    "code",
    "quality",
    "check",
    "format",
    "validate"
  ]
}
