{
  "name": "jest-joi",
  "version": "1.1.17",
  "description": "Jest matcher for Joi schemas",
  "homepage": "https://github.com/agorischek/jest-joi",
  "repository": "https://agorischek@github.com/agorischek/jest-joi.git",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "scripts": {
    "badge": "badge-roll affix",
    "badge:check": "badge-roll check",
    "demo": "node demos/dev.js",
    "demo:build": "npm run build && node demos/dev.js",
    "dep:check": "depcheck",
    "dep:upgrade": "ncu --doctor --upgrade",
    "dev": "tsc -p src/tsconfig.json -w",
    "build": "rimraf dist && tsc -p tsconfig.build.json",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "test": "jest",
    "test:coverage": "jest --collectCoverage",
    "test:coverage:upload": "codecov",
    "test:errors": "jest errors",
    "test:mutate": "stryker run",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx && markdownlint-cli2",
    "lint:fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx && markdownlint-cli2-fix",
    "start": "ts-node src/index.ts",
    "validate": "concurrently --success all \"npm:lint\" \"npm:format:check\" \"npm:test\" \"npm:badge:check\" \"npm:dep:check\""
  },
  "devDependencies": {
    "@stryker-mutator/core": "^6.3.1",
    "@stryker-mutator/jest-runner": "^6.3.1",
    "@stryker-mutator/typescript-checker": "^6.3.1",
    "@types/jest": "^29.4.0",
    "@types/node": "^18.11.19",
    "@typescript-eslint/eslint-plugin": "^5.50.0",
    "@typescript-eslint/parser": "^5.50.0",
    "badge-roll": "0.0.6",
    "chokidar": "^3.5.3",
    "codecov": "^3.8.3",
    "concurrently": "^7.6.0",
    "depcheck": "^1.4.3",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-markdown": "^3.0.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.4.1",
    "joi": "^17.7.0",
    "markdownlint": "^0.27.0",
    "markdownlint-cli2": "^0.6.0",
    "npm-check-updates": "^16.6.3",
    "prettier": "^2.8.3",
    "prettier-package-json": "^2.8.0",
    "rimraf": "^4.1.2",
    "strip-ansi": "^6.0.0",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "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": "^29.4.1"
  },
  "peerDependencies": {
    "jest": ">12.0.0",
    "joi": ">1.0.0"
  },
  "runkitExampleFilename": "demos/runkit.js"
}
