{
  "name": "jest-joi",
  "version": "1.1.19",
  "description": "Jest matcher for Joi schemas",
  "homepage": "https://github.com/agorischek/jest-joi",
  "repository": "https://github.com/agorischek/jest-joi.git",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "badge": "badge-roll affix",
    "badge:check": "badge-roll check",
    "demo": "node demos/dev.js",
    "demo:build": "npm run build && node demos/dev.js",
    "dev": "tsc -p src/tsconfig.json -w",
    "build": "rimraf dist && tsc -p tsconfig.build.json",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "test": "jest --runInBand",
    "test:coverage": "jest --collectCoverage",
    "test:errors": "jest errors",
    "test:mutate": "stryker run",
    "lint": "eslint . && markdownlint-cli2",
    "lint:fix": "eslint . --fix && markdownlint-cli2-fix",
    "start": "ts-node src/index.ts",
    "prepack": "npm run build",
    "pack:check": "npm pack --dry-run",
    "package:smoke": "node scripts/package-smoke.js",
    "audit": "npm audit --audit-level=high",
    "validate": "npm run lint && npm run format:check && npm run test:coverage && npm run badge:check && npm run build && npm run package:smoke && npm run pack:check && npm run audit"
  },
  "devDependencies": {
    "@stryker-mutator/core": "^9.6.1",
    "@stryker-mutator/jest-runner": "^9.6.1",
    "@stryker-mutator/typescript-checker": "^9.6.1",
    "@eslint/js": "^10.0.1",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.0",
    "badge-roll": "^0.1.0",
    "eslint": "^10.7.0",
    "eslint-config-prettier": "^10.1.8",
    "globals": "^17.7.0",
    "jest": "^30.4.2",
    "joi": "^17.13.4",
    "markdownlint-cli2": "^0.23.1",
    "prettier": "^2.8.8",
    "rimraf": "^6.1.3",
    "strip-ansi": "^6.0.1",
    "ts-jest": "^29.4.11",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.65.0"
  },
  "keywords": [
    "jest",
    "joi",
    "jest-joi",
    "joi-jest",
    "schema",
    "matchers"
  ],
  "author": "Alex Gorischek",
  "license": "MIT",
  "dependencies": {
    "@aitodotai/json-stringify-pretty-compact": "^1.3.0",
    "chalk": "^4.1.2",
    "jest-matcher-utils": "^30.4.1"
  },
  "peerDependencies": {
    "jest": ">12.0.0",
    "joi": ">1.0.0"
  },
  "overrides": {
    "qs": "6.15.3"
  },
  "runkitExampleFilename": "demos/runkit.js"
}
