{
  "name": "lint-staged",
  "version": "15.2.2",
  "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>",
    "Iiro Jäppinen <iiro@jappinen.fi> (https://iiro.fi)"
  ],
  "funding": {
    "url": "https://opencollective.com/lint-staged"
  },
  "engines": {
    "node": ">=18.12.0"
  },
  "type": "module",
  "bin": "./bin/lint-staged.js",
  "exports": {
    ".": "./lib/index.js",
    "./bin": "./bin/lint-staged.js",
    "./package.json": "./package.json"
  },
  "files": [
    "bin",
    "lib"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --coverage",
    "test:watch": "npm run test -- --watch",
    "version": "npx changeset version",
    "postversion": "npm i --package-lock-only && git commit -am \"chore(changeset): release\"",
    "tag": "npx changeset tag"
  },
  "dependencies": {
    "chalk": "5.3.0",
    "commander": "11.1.0",
    "debug": "4.3.4",
    "execa": "8.0.1",
    "lilconfig": "3.0.0",
    "listr2": "8.0.1",
    "micromatch": "4.0.5",
    "pidtree": "0.6.0",
    "string-argv": "0.3.2",
    "yaml": "2.3.4"
  },
  "devDependencies": {
    "@changesets/changelog-github": "0.5.0",
    "@changesets/cli": "2.27.1",
    "@commitlint/cli": "18.4.4",
    "@commitlint/config-conventional": "18.4.4",
    "consolemock": "1.1.0",
    "cross-env": "7.0.3",
    "eslint": "8.56.0",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "5.1.3",
    "husky": "8.0.3",
    "jest": "29.7.0",
    "jest-snapshot-serializer-ansi": "2.1.0",
    "mock-stdin": "1.0.0",
    "prettier": "3.2.4"
  },
  "keywords": [
    "lint",
    "git",
    "staged",
    "eslint",
    "prettier",
    "stylelint",
    "code",
    "quality",
    "check",
    "format",
    "validate"
  ]
}
