{
  "name": "jest-auto-spies",
  "version": "3.0.1",
  "author": {
    "name": "Shai Reznik",
    "company": "HiRez.io"
  },
  "description": "Create automatic spies from classes in Jest tests, also for promises and observables",
  "license": "MIT",
  "keywords": [
    "jest",
    "jest-given",
    "spies",
    "mocks",
    "async methods",
    "TypeScript Tests",
    "RxJS testing",
    "Promises tests"
  ],
  "homepage": "https://github.com/hirezio/auto-spies/tree/master/packages/jest-auto-spies",
  "repository": {
    "type": "git",
    "url": "https://github.com/hirezio/auto-spies.git",
    "directory": "packages/jest-auto-spies"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "clean": "rimraf dist tsconfig.build.tsbuildinfo",
    "compile": "tsc -b tsconfig.build.json",
    "build": "run-s clean compile",
    "test": "jest",
    "test:watch": "jest --watchAll"
  },
  "devDependencies": {
    "@types/jest": "30.0.0",
    "@types/node": "22.13.14",
    "jest": "30.0.0",
    "rxjs": "^7.5.1",
    "ts-jest": "29.0.5",
    "typescript": "^5.9.2"
  },
  "dependencies": {
    "@hirez_io/auto-spies-core": "3.0.0"
  },
  "peerDependencies": {
    "jest": ">= 29.0.0 < 31.x",
    "rxjs": ">=6.0.0 < 8",
    "typescript": ">=2.8.1"
  },
  "gitHead": "2df20b33c8077ebba4cbe8e199341710205d09fa"
}
