{
  "_args": [
    [
      "ts-jest@29.0.3",
      "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo"
    ]
  ],
  "_development": true,
  "_from": "ts-jest@29.0.3",
  "_id": "ts-jest@29.0.3",
  "_inBundle": false,
  "_integrity": "sha512-Ibygvmuyq1qp/z3yTh9QTwVVAbFdDy/+4BtIQR2sp6baF2SJU/8CKK/hhnGIDY2L90Az2jIqTwZPnN2p+BweiQ==",
  "_location": "/ts-jest",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ts-jest@29.0.3",
    "name": "ts-jest",
    "escapedName": "ts-jest",
    "rawSpec": "29.0.3",
    "saveSpec": null,
    "fetchSpec": "29.0.3"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmmirror.com/ts-jest/-/ts-jest-29.0.3.tgz",
  "_spec": "29.0.3",
  "_where": "/home/ubuntu/src/codesnip/javascript/nestjs-demo/demo",
  "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"
  },
  "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": "^29.0.0",
    "json5": "^2.2.1",
    "lodash.memoize": "4.x",
    "make-error": "1.x",
    "semver": "7.x",
    "yargs-parser": "^21.0.1"
  },
  "description": "A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript",
  "devDependencies": {
    "@commitlint/cli": "17.x",
    "@commitlint/config-angular": "^17.1.0",
    "@jest/transform": "^29.0.3",
    "@jest/types": "^29.0.3",
    "@types/babel__core": "7.x",
    "@types/cross-spawn": "latest",
    "@types/fs-extra": "latest",
    "@types/js-yaml": "latest",
    "@types/lodash.camelcase": "4.x",
    "@types/lodash.memoize": "4.x",
    "@types/lodash.set": "4.x",
    "@types/micromatch": "4.x",
    "@types/node": "17.0.35",
    "@types/node-fetch": "^3.0.3",
    "@types/react": "18.x",
    "@types/rimraf": "^3.0.2",
    "@types/semver": "latest",
    "@types/yargs": "latest",
    "@types/yargs-parser": "21.x",
    "@typescript-eslint/eslint-plugin": "^5.38.1",
    "@typescript-eslint/parser": "^5.38.1",
    "babel-jest": "^29.0.3",
    "conventional-changelog-cli": "2.x",
    "cross-spawn": "latest",
    "esbuild": "~0.15.9",
    "eslint": "^8.24.0",
    "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": "5.1.1",
    "fs-extra": "10.x",
    "glob": "^8.0.3",
    "glob-gitignore": "latest",
    "husky": "4.x",
    "jest": "^29.0.3",
    "jest-snapshot-serializer-raw": "^1.2.0",
    "js-yaml": "latest",
    "json-schema-to-typescript": "^11.0.2",
    "lint-staged": "latest",
    "lodash.camelcase": "^4.3.0",
    "lodash.set": "^4.3.2",
    "node-fetch": "^3.2.10",
    "prettier": "^2.7.1",
    "typescript": "~4.8.3"
  },
  "engines": {
    "node": "^14.15.0 || ^16.10.0 || >=18.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",
    "@jest/types": "^29.0.0",
    "babel-jest": "^29.0.0",
    "jest": "^29.0.0",
    "typescript": ">=4.3"
  },
  "peerDependenciesMeta": {
    "@babel/core": {
      "optional": true
    },
    "@jest/types": {
      "optional": true
    },
    "babel-jest": {
      "optional": true
    },
    "esbuild": {
      "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",
    "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 '**/*.{yml,yaml,md}' --write",
    "lint-prettier-ci": "prettier '**/*.{yml,yaml,md}' --check",
    "postbuild": "node scripts/post-build.js",
    "prebuild": "rimraf dist coverage *.tgz",
    "prepare": "npm run build",
    "prepublishOnly": "npm run test",
    "pretest": "tsc -p tsconfig.spec.json --noEmit && node scripts/prepare-test.js",
    "preversion": "npm run test",
    "raw:options": "node scripts/generate-raw-compiler-options.js",
    "test": "jest",
    "test-examples": "node scripts/test-examples.js",
    "update-e2e": "node scripts/update-e2e.js",
    "version": "npm run changelog && git add CHANGELOG.md"
  },
  "types": "dist/index.d.ts",
  "version": "29.0.3"
}
