{
  "name": "jest-it-up",
  "version": "4.0.1",
  "description": "Automatically bump up global Jest thresholds whenever coverage goes above them",
  "keywords": [
    "jest",
    "test",
    "testing",
    "global",
    "coverage",
    "threshold"
  ],
  "homepage": "https://github.com/rbardini/jest-it-up",
  "bugs": {
    "url": "https://github.com/rbardini/jest-it-up/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rbardini/jest-it-up.git"
  },
  "license": "MIT",
  "author": "Rafael Bardini <rafael@rbardini.com> (https://rbardini.com)",
  "type": "commonjs",
  "main": "lib/index.js",
  "bin": "./bin/jest-it-up",
  "files": [
    "bin/*",
    "lib/*.js"
  ],
  "scripts": {
    "format": "prettier .",
    "prepare": "husky",
    "test": "jest",
    "posttest": "./bin/jest-it-up"
  },
  "dependencies": {
    "ansi-colors": "^4.0.0",
    "commander": "^12.0.0",
    "prompts": "^2.4.0"
  },
  "devDependencies": {
    "husky": "9.1.5",
    "jest": "29.7.0",
    "lint-staged": "15.2.9",
    "prettier": "3.3.3",
    "prettier-plugin-organize-imports": "4.0.0",
    "prettier-plugin-packagejson": "2.5.2"
  },
  "engines": {
    "node": ">=20"
  }
}
