{
  "name": "@ngneat/spectator",
  "description": "A powerful tool to simplify your Angular tests",
  "author": "Netanel Basal <netanel7799s@gmail.com>",
  "version": "22.1.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ngneat/spectator"
  },
  "bugs": {
    "url": "https://github.com/ngneat/spectator/issues"
  },
  "homepage": "https://github.com/ngneat/spectator#readme",
  "keywords": [
    "angular unit test",
    "angular simplified tests",
    "jasmine",
    "angular",
    "angular tests",
    "angular easy tests",
    "angular test services",
    "angular testing dumb components"
  ],
  "dependencies": {
    "@testing-library/dom": "^10.4.1",
    "jquery": "^3.7.1",
    "tslib": "^2.6.2"
  },
  "peerDependencies": {
    "@angular/common": ">= 20.0.0",
    "@angular/router": ">= 20.0.0",
    "@angular/animations": ">= 20.0.0"
  },
  "schematics": "./schematics/collection.json",
  "module": "fesm2022/ngneat-spectator.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/ngneat-spectator.mjs"
    },
    "./internals": {
      "types": "./internals/index.d.ts",
      "default": "./fesm2022/ngneat-spectator-internals.mjs"
    },
    "./jest": {
      "types": "./jest/index.d.ts",
      "default": "./fesm2022/ngneat-spectator-jest.mjs"
    },
    "./vitest": {
      "types": "./vitest/index.d.ts",
      "default": "./fesm2022/ngneat-spectator-vitest.mjs"
    }
  },
  "sideEffects": false
}