{
  "name": "jest-preset-angular",
  "version": "16.1.2",
  "description": "Jest preset configuration for Angular projects",
  "license": "MIT",
  "engines": {
    "node": "^18.19.1 || ^20.11.1 || >=22.0.0"
  },
  "main": "build/index.js",
  "typings": "build/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thymikee/jest-preset-angular.git"
  },
  "bugs": {
    "url": "https://github.com/thymikee/jest-preset-angular/issues"
  },
  "homepage": "https://thymikee.github.io/jest-preset-angular",
  "author": "Michał Pierzchała <thymikee@gmail.com>",
  "contributors": [
    "Ahn <anhpnnd@gmail.com> (https://github.com/ahnpnl)",
    "Thomas <thomas@wtho.de> (https://github.com/wtho)"
  ],
  "keywords": [
    "jest",
    "typescript",
    "angular",
    "testing"
  ],
  "scripts": {
    "build-transformers-bundle": "esbuild --bundle --minify --target=es6 src/transformers/jit_transform.d.ts --platform=node --external:typescript --outfile=./src/transformers/jit_transform.js --format=cjs --define:import.meta.url=import_meta_url --inject:./src/transformers/esm_interop_inject.cjs && cp src/transformers/jit_transform.js build/transformers/jit_transform.js",
    "build": "tsc -p tsconfig.build.json && yarn build-transformers-bundle",
    "lint": "eslint .",
    "lint-fix": "eslint --fix .",
    "lint-prettier": "prettier \"**/*.{yml,yaml,md}\" --write",
    "lint-prettier-ci": "prettier \"**/*.{yml,yaml,md}\" --check",
    "test": "yarn build && jest",
    "test-e2e": "yarn build && yarn test-cjs && yarn test-esm",
    "test-cjs": "jest -c=jest-cjs.config.ts --no-cache",
    "test-esm": "node --experimental-vm-modules --no-warnings node_modules/jest/bin/jest.js -c=jest-esm.config.ts --no-cache",
    "test-examples": "tsx scripts/test-examples.ts",
    "test-perf": "jest -c=performance/jest.config.ts --no-cache",
    "doc": "cd website && yarn start",
    "doc:build": "cd website && yarn build",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
    "prepublishOnly": "pinst --disable",
    "postpublish": "pinst --enable",
    "prepare": "husky"
  },
  "dependencies": {
    "@jest/environment-jsdom-abstract": "^30.0.0",
    "bs-logger": "^0.2.6",
    "esbuild-wasm": ">=0.23.0",
    "jest-util": "^30.0.0",
    "pretty-format": "^30.0.0",
    "ts-jest": "^29.4.0"
  },
  "optionalDependencies": {
    "esbuild": ">=0.23.0"
  },
  "peerDependencies": {
    "@angular/compiler-cli": ">=19.0.0 <22.0.0",
    "@angular/core": ">=19.0.0 <22.0.0",
    "@angular/platform-browser": ">=19.0.0 <22.0.0",
    "@angular/platform-browser-dynamic": ">=19.0.0 <22.0.0",
    "jest": "^30.0.0",
    "jsdom": ">=26.0.0",
    "typescript": ">=5.5"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^21.2.5",
    "@angular/animations": "^21.2.6",
    "@angular/cdk": "^21.2.4",
    "@angular/common": "^21.2.6",
    "@angular/compiler": "^21.2.6",
    "@angular/compiler-cli": "^21.2.6",
    "@angular/core": "^21.2.6",
    "@angular/forms": "^21.2.6",
    "@angular/material": "^21.2.4",
    "@angular/platform-browser": "^21.2.6",
    "@angular/platform-browser-dynamic": "^21.2.6",
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.2",
    "@commitlint/cli": "^20.5.0",
    "@commitlint/config-angular": "^20.5.0",
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^9.39.4",
    "@jest/environment-jsdom-abstract": "^30.2.0",
    "@jest/transform": "^30.3.0",
    "@jest/types": "^30.3.0",
    "@types/fs-extra": "^11.0.4",
    "@types/jest": "^30.0.0",
    "@types/node": "^22.19.15",
    "@types/semver": "^7.7.1",
    "@typescript-eslint/eslint-plugin": "^8.48.0",
    "@typescript-eslint/parser": "^8.48.0",
    "angular-eslint": "^21.3.1",
    "babel-jest": "^30.3.0",
    "chalk": "^4.1.2",
    "conventional-changelog-angular": "^8.3.0",
    "conventional-changelog-cli": "^5.0.0",
    "cross-env": "^10.1.0",
    "esbuild-register": "^3.6.0",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-jest": "^28.14.0",
    "eslint-plugin-jsdoc": "^62.8.1",
    "eslint-plugin-prettier": "^5.5.5",
    "execa": "5.1.1",
    "fs-extra": "^11.3.4",
    "github-files-fetcher": "^1.6.0",
    "glob": "^13.0.6",
    "globals": "^17.4.0",
    "husky": "^9.1.7",
    "jest": "^30.3.0",
    "jest-environment-jsdom": "^30.1.2",
    "jsdom": "^26.1.0",
    "pinst": "^3.0.0",
    "prettier": "^3.8.1",
    "rimraf": "^5.0.10",
    "rxjs": "^7.8.2",
    "semver": "^7.7.4",
    "tslib": "^2.8.1",
    "tsx": "^4.21.0",
    "type-fest": "^5.5.0",
    "typescript": "~5.9.2",
    "typescript-eslint": "^8.48.0",
    "zone.js": "~0.16.1"
  },
  "packageManager": "yarn@4.13.0"
}
