{
  "name": "jest-json",
  "version": "2.0.0",
  "description": "Jest matcher for working with JSON",
  "author": "Lucas Duailibe",
  "repository": "duailibe/jest-json",
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "json",
    "jest",
    "matcher"
  ],
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "lint": "eslint .",
    "test": "npx jest"
  },
  "peerDependencies": {
    "jest": ">=27.2.5"
  },
  "devDependencies": {
    "eslint": "^8.4.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "jest-snapshot-serializer-ansi": "^1.0.0",
    "jest-snapshot-serializer-raw": "^1.2.0",
    "prettier": "^2.5.1"
  }
}
