{
  "name": "jest-preset-angular",
  "version": "12.1.0",
  "description": "Jest preset configuration for Angular projects",
  "license": "MIT",
  "engines": {
    "node": "^14.15.0 || >=16.10.0"
  },
  "main": "build/index.js",
  "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": "node scripts/prebuild.js && tsc -p tsconfig.build.json",
    "_postinstall": "husky install",
    "lint": "eslint --ext .js,.ts .",
    "lint-fix": "eslint --fix --ext .js,.ts .",
    "lint-prettier": "prettier \"**/*.{yml,yaml,md}\" --write",
    "lint-prettier-ci": "prettier \"**/*.{yml,yaml,md}\" --check",
    "pretest": "tsc -p tsconfig.spec.json --noEmit",
    "test": "jest",
    "test-examples": "node scripts/test-examples.js",
    "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",
    "update-e2e": "node scripts/update-e2e.js"
  },
  "dependencies": {
    "bs-logger": "^0.2.6",
    "esbuild-wasm": ">=0.13.8",
    "jest-environment-jsdom": "^28.0.0",
    "pretty-format": "^28.0.0",
    "ts-jest": "^28.0.0"
  },
  "optionalDependencies": {
    "esbuild": ">=0.13.8"
  },
  "peerDependencies": {
    "@angular-devkit/build-angular": ">=0.1102.19 <15.0.0",
    "@angular/compiler-cli": ">=11.2.14 <15.0.0",
    "@angular/core": ">=11.2.14 <15.0.0",
    "@angular/platform-browser-dynamic": ">=11.2.14 <15.0.0",
    "jest": "^28.0.0",
    "typescript": ">=4.3"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~13.3.7",
    "@angular/animations": "^13.3.11",
    "@angular/common": "^13.3.11",
    "@angular/compiler": "^13.3.11",
    "@angular/compiler-cli": "~13.3.11",
    "@angular/core": "~13.3.11",
    "@angular/platform-browser": "^13.3.11",
    "@angular/platform-browser-dynamic": "~13.3.11",
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-angular": "^17.0.0",
    "@jest/transform": "^28.1.0",
    "@jest/types": "^28.1.0",
    "@types/jest": "^28.1.0",
    "@types/node": "^16.11.38",
    "@types/semver": "^7.3.9",
    "@typescript-eslint/eslint-plugin": "^5.27.0",
    "@typescript-eslint/parser": "^5.27.0",
    "chalk": "^4.1.2",
    "conventional-changelog-cli": "^2.2.2",
    "cross-env": "^7.0.3",
    "eslint": "^8.16.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^26.4.6",
    "eslint-plugin-jsdoc": "^39.3.2",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "eslint-plugin-prettier": "^4.0.0",
    "execa": "5.1.1",
    "fs-extra": "^10.1.0",
    "github-files-fetcher": "^1.6.0",
    "glob": "^8.0.3",
    "husky": "^8.0.1",
    "jest": "^28.1.0",
    "jest-snapshot-serializer-raw": "^1.2.0",
    "pinst": "^3.0.0",
    "prettier": "^2.6.2",
    "rimraf": "^3.0.2",
    "rxjs": "^7.5.5",
    "tslib": "^2.4.0",
    "typescript": "~4.5.5",
    "zone.js": "^0.11.5"
  }
}
