{
  "_from": "ts-jest@27.0.5",
  "_id": "ts-jest@27.0.5",
  "_inBundle": false,
  "_integrity": "sha512-lIJApzfTaSSbtlksfFNHkWOzLJuuSm4faFAfo5kvzOiRAuoN4/eKxVJ2zEAho8aecE04qX6K1pAzfH5QHL1/8w==",
  "_location": "/ts-jest",
  "_phantomChildren": {
    "@types/istanbul-lib-coverage": "2.0.3",
    "@types/istanbul-lib-report": "3.0.0",
    "@types/node": "13.13.52",
    "@types/yargs-parser": "20.2.1",
    "chalk": "4.1.2",
    "graceful-fs": "4.2.8",
    "minimist": "1.2.5",
    "picomatch": "2.3.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ts-jest@27.0.5",
    "name": "ts-jest",
    "escapedName": "ts-jest",
    "rawSpec": "27.0.5",
    "saveSpec": null,
    "fetchSpec": "27.0.5"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-27.0.5.tgz",
  "_shasum": "0b0604e2271167ec43c12a69770f0bb65ad1b750",
  "_spec": "ts-jest@27.0.5",
  "_where": "/home/dev/public_html/trustee-backend",
  "author": {
    "name": "Kulshekhar Kabra",
    "email": "kulshekhar@users.noreply.github.com",
    "url": "https://github.com/kulshekhar"
  },
  "bin": {
    "ts-jest": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/kulshekhar/ts-jest/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Huafu Gandon",
      "email": "huafu.gandon@gmail.com",
      "url": "https://github.com/huafu"
    },
    {
      "name": "Anh Pham",
      "email": "anhpnnd@gmail.com",
      "url": "https://github.com/ahnpnl"
    },
    {
      "name": "Gustav Wengel",
      "email": "gustavwengel@gmail.com",
      "url": "https://github.com/GeeWee"
    }
  ],
  "dependencies": {
    "bs-logger": "0.x",
    "fast-json-stable-stringify": "2.x",
    "jest-util": "^27.0.0",
    "json5": "2.x",
    "lodash": "4.x",
    "make-error": "1.x",
    "semver": "7.x",
    "yargs-parser": "20.x"
  },
  "deprecated": false,
  "description": "A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript",
  "devDependencies": {
    "@commitlint/cli": "13.x",
    "@commitlint/config-angular": "^13.1.0",
    "@jest/transform": "^27.0.0",
    "@jest/types": "^27.0.0",
    "@types/babel__core": "7.x",
    "@types/cross-spawn": "latest",
    "@types/fs-extra": "latest",
    "@types/jest": "latest",
    "@types/js-yaml": "latest",
    "@types/lodash": "4.x",
    "@types/micromatch": "4.x",
    "@types/node": "16.6.1",
    "@types/node-fetch": "^2.5.8",
    "@types/react": "17.x",
    "@types/semver": "latest",
    "@types/yargs": "latest",
    "@types/yargs-parser": "20.x",
    "@typescript-eslint/eslint-plugin": "4.x",
    "@typescript-eslint/parser": "4.x",
    "conventional-changelog-cli": "2.x",
    "cross-spawn": "latest",
    "eslint": "7.x",
    "eslint-config-prettier": "latest",
    "eslint-plugin-import": "latest",
    "eslint-plugin-jest": "latest",
    "eslint-plugin-jsdoc": "latest",
    "eslint-plugin-prefer-arrow": "latest",
    "eslint-plugin-prettier": "latest",
    "execa": "latest",
    "fs-extra": "10.x",
    "glob": "^7.1.7",
    "glob-gitignore": "latest",
    "husky": "4.x",
    "jest": "^27.0.0",
    "js-yaml": "latest",
    "json-schema-to-typescript": "^10.1.4",
    "lint-staged": "latest",
    "node-fetch": "^2.6.1",
    "npm-run-all": "latest",
    "prettier": "2.3.2",
    "source-map": "latest",
    "typescript": "~4.2.4"
  },
  "engines": {
    "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
  },
  "homepage": "https://kulshekhar.github.io/ts-jest",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged",
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "post-commit": "git reset"
    }
  },
  "keywords": [
    "jest",
    "typescript",
    "sourcemap",
    "react",
    "testing"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{ts,tsx,js,jsx}": [
      "eslint --fix",
      "git add"
    ]
  },
  "main": "dist/index.js",
  "name": "ts-jest",
  "peerDependencies": {
    "@babel/core": ">=7.0.0-beta.0 <8",
    "@types/jest": "^27.0.0",
    "babel-jest": ">=27.0.0 <28",
    "jest": "^27.0.0",
    "typescript": ">=3.8 <5.0"
  },
  "peerDependenciesMeta": {
    "babel-jest": {
      "optional": true
    },
    "@babel/core": {
      "optional": true
    },
    "@types/jest": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kulshekhar/ts-jest.git"
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
    "clean": "node scripts/clean.js",
    "doc": "cd website && npm run start",
    "doc:build": "cd website && npm run build",
    "lint": "eslint --ext .js,.ts .",
    "lint:fix": "eslint --fix --ext .js,.ts .",
    "lint:prettier": "prettier 'scripts/**' '**/*.{yml,yaml}' 'website/**/*.{css,js,md}' 'CONTRIBUTING.md' 'README.md' 'TROUBLESHOOTING.md' --write --ignore-path .gitignore",
    "lint:prettier-ci": "prettier 'scripts/**' '**/*.{yml,yaml}' 'website/**/*.{css,js,md}' 'CONTRIBUTING.md' 'README.md' 'TROUBLESHOOTING.md' --check --ignore-path .gitignore",
    "postbuild": "node scripts/post-build.js",
    "prebuild": "node scripts/pre-build.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test",
    "preversion": "npm run test",
    "raw:options": "node scripts/generate-raw-compiler-options.js",
    "test": "run-s -s test:e2e \"test:unit -- {@}\" --",
    "test:e2e": "node scripts/e2e.js",
    "test:e2e:update-snaphots": "node scripts/e2e.js --updateSnapshot",
    "test:external": "node scripts/test-external-project.js",
    "test:external-repos": "npm run test:external external-repos",
    "test:prepare": "npm run test:e2e -- --prepareOnly",
    "test:unit": "jest",
    "update:e2e": "node scripts/update-e2e-templates.js",
    "version": "npm run changelog && git add CHANGELOG.md"
  },
  "types": "dist/index.d.ts",
  "version": "27.0.5"
}
