{
  "name": "eslint-formatter-ratchet",
  "version": "3.0.0",
  "main": "index.js",
  "repository": "https://github.com/Jmsa/eslint-formatter-ratchet.git",
  "description": "Ratcheting applied to ESLint results so new issues don't creep in.",
  "author": "James Abercrombie <jmsabercrombie88@gmail.com>",
  "license": "MIT",
  "keywords": [
    "eslint",
    "eslint-formatter",
    "eslintformatter",
    "ratchet"
  ],
  "files": [
    "README.md",
    "LICENSE.txt",
    "index.js"
  ],
  "scripts": {
    "test": "FORCE_COLOR=false nyc mocha ./index.test.js",
    "test:ci": "FORCE_COLOR=false nyc --reporter=lcov mocha ./index.test.js",
    "release": "standard-version"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "pre-push": "yarn test",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
    }
  },
  "lint-staged": {
    "**/*.{js,ts,md}": [
      "prettier --write"
    ]
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "19.6.1",
    "@commitlint/config-conventional": "19.6.0",
    "chai": "4.3.6",
    "husky": "9.1.7",
    "lint-staged": "15.4.3",
    "mocha": "11.1.0",
    "mock-fs": "5.4.1",
    "nyc": "17.1.0",
    "prettier": "3.4.2",
    "sinon": "19.0.2",
    "standard-version": "9.5.0"
  },
  "dependencies": {
    "chalk": "4.1.2",
    "deep-object-diff": "1.1.9",
    "eslint-formatter-table": "7.32.1",
    "node-emoji": "2.2.0"
  }
}
