{
  "_from": "ts-jest@26.4.4",
  "_id": "ts-jest@26.4.4",
  "_inBundle": false,
  "_integrity": "sha512-3lFWKbLxJm34QxyVNNCgXX1u4o/RV0myvA2y2Bxm46iGIjKlaY0own9gIckbjZJPn+WaJEnfPPJ20HHGpoq4yg==",
  "_location": "/ts-jest",
  "_phantomChildren": {
    "lru-cache": "6.0.0",
    "minimist": "1.2.5"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ts-jest@26.4.4",
    "name": "ts-jest",
    "escapedName": "ts-jest",
    "rawSpec": "26.4.4",
    "saveSpec": null,
    "fetchSpec": "26.4.4"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-26.4.4.tgz",
  "_shasum": "61f13fb21ab400853c532270e52cc0ed7e502c49",
  "_spec": "ts-jest@26.4.4",
  "_where": "/usr/local/cpanel/base",
  "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": {
    "@types/jest": "26.x",
    "bs-logger": "0.x",
    "buffer-from": "1.x",
    "fast-json-stable-stringify": "2.x",
    "jest-util": "^26.1.0",
    "json5": "2.x",
    "lodash.memoize": "4.x",
    "make-error": "1.x",
    "mkdirp": "1.x",
    "semver": "7.x",
    "yargs-parser": "20.x"
  },
  "deprecated": false,
  "description": "A preprocessor with source maps support to help use TypeScript with Jest",
  "devDependencies": {
    "@commitlint/cli": "11.x",
    "@commitlint/config-angular": "^11.0.0",
    "@jest/transform": "26.x",
    "@jest/types": "26.x",
    "@types/babel__core": "7.x",
    "@types/buffer-from": "latest",
    "@types/cross-spawn": "latest",
    "@types/fs-extra": "latest",
    "@types/js-yaml": "latest",
    "@types/json5": "latest",
    "@types/lodash.memoize": "4.x",
    "@types/lodash.merge": "4.x",
    "@types/lodash.set": "4.x",
    "@types/micromatch": "4.x",
    "@types/mkdirp": "latest",
    "@types/node": "14.x",
    "@types/react": "16.x",
    "@types/semver": "latest",
    "@types/yargs": "latest",
    "@types/yargs-parser": "15.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-jest": "latest",
    "eslint-plugin-jsdoc": "latest",
    "eslint-plugin-prettier": "latest",
    "execa": "latest",
    "fs-extra": "9.x",
    "glob-gitignore": "latest",
    "husky": "4.x",
    "jest": "26.x",
    "js-yaml": "latest",
    "lint-staged": "latest",
    "lodash.merge": "4.x",
    "lodash.set": "4.x",
    "npm-run-all": "latest",
    "prettier": "2.x",
    "source-map": "latest",
    "typescript": "4.x"
  },
  "engines": {
    "node": ">= 10"
  },
  "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": {
    "jest": ">=26 <27",
    "typescript": ">=3.8 <5.0"
  },
  "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 docs && bundle exec jekyll serve --livereload",
    "doc:build": "cd docs && bundle exec jekyll build",
    "doc:build-commit": "npm run doc:build && cd docs/_site && git add --all && git commit -m \"Updates github pages\"",
    "doc:link": "git worktree add docs/_site gh-pages",
    "doc:unlink": "git worktree prune",
    "lint": "eslint --ext .js,.ts .",
    "lint:fix": "eslint --fix --ext .js,.ts .",
    "postbuild": "node scripts/post-build.js",
    "prebuild": "node scripts/clean-dist.js",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test",
    "preversion": "npm run test",
    "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",
    "typecheck": "tsc -p .",
    "update:e2e": "node scripts/update-e2e-templates.js",
    "version": "npm run changelog && git add CHANGELOG.md"
  },
  "types": "dist/index.d.ts",
  "version": "26.4.4"
}
