{"name":"ts-jest","version":"25.1.0","main":"dist/index.js","types":"dist/index.d.ts","bin":{"ts-jest":"cli.js"},"description":"A preprocessor with source maps support to help use TypeScript with Jest","scripts":{"prebuild":"node scripts/clean-dist.js","build":"tsc -p tsconfig.build.json","postbuild":"node scripts/post-build.js","build:watch":"tsc -p tsconfig.build.json -w","clean":"node scripts/clean.js","pretest":"npm run lint","test":"run-s -s test:e2e \"test:unit -- {@}\" --","test:prepare":"npm run test:e2e -- --prepareOnly","test:e2e":"node scripts/e2e.js","test:e2e:update-snaphots":"node scripts/e2e.js --updateSnapshot","test:unit":"jest","test:external":"node scripts/test-external-project.js","lint":"run-s lint:ts lint:js","lint:js":"eslint . -f stylish","lint:ts":"tslint -t stylish --project .","lint:fix":"run-s lint:fix:ts lint:fix:js","lint:fix:js":"eslint . --fix","lint:fix:ts":"tslint --fix --project .","typecheck":"tsc -p .","doc":"cd docs && bundle exec jekyll serve --livereload","doc:link":"git worktree add docs/_site gh-pages","doc:unlink":"git worktree prune","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\"","changelog":"conventional-changelog -p angular -i CHANGELOG.md -s -r 0","prepare":"npm run build","prepublishOnly":"npm run test","preversion":"npm run test","update:e2e":"node scripts/update-e2e-templates.js","version":"npm run changelog && git add CHANGELOG.md"},"repository":{"type":"git","url":"git+https://github.com/kulshekhar/ts-jest.git"},"keywords":["jest","typescript","sourcemap","react","testing"],"author":{"name":"Kulshekhar Kabra","email":"kulshekhar@users.noreply.github.com","url":"https://github.com/kulshekhar"},"contributors":[{"name":"Huafu Gandon","email":"huafu.gandon@gmail.com","url":"https://github.com/huafu"}],"license":"MIT","bugs":{"url":"https://github.com/kulshekhar/ts-jest/issues"},"homepage":"https://kulshekhar.github.io/ts-jest","dependencies":{"bs-logger":"0.x","buffer-from":"1.x","fast-json-stable-stringify":"2.x","lodash.memoize":"4.x","json5":"2.x","make-error":"1.x","mkdirp":"0.x","resolve":"1.x","semver":"^5.5","yargs-parser":"10.x"},"peerDependencies":{"jest":">=25 <26"},"husky":{"hooks":{"pre-commit":"lint-staged","commit-msg":"commitlint -E HUSKY_GIT_PARAMS","post-commit":"git reset"}},"devDependencies":{"@commitlint/cli":"8.x","@commitlint/config-conventional":"7.x","@jest/transform":"25.x","@jest/types":"25.x","@types/babel__core":"7.x","@types/buffer-from":"latest","@types/cross-spawn":"latest","@types/fs-extra":"latest","@types/jest":"25.x","@types/js-yaml":"latest","@types/json5":"latest","@types/lodash.memoize":"4.x","@types/lodash.merge":"4.x","@types/lodash.set":"4.x","@types/mkdirp":"latest","@types/node":"10.x","@types/resolve":"latest","@types/semver":"latest","@types/yargs":"latest","conventional-changelog-cli":"2.x","cross-spawn":"latest","eslint":"latest","fs-extra":"latest","glob-gitignore":"latest","husky":"1.x","jest":"25.x","js-yaml":"latest","lint-staged":"latest","lodash.merge":"4.x","lodash.set":"4.x","npm-run-all":"latest","prettier":"latest","source-map":"latest","tslint":"latest","tslint-config-prettier":"latest","tslint-plugin-prettier":"latest","typescript":"3.x"},"lint-staged":{"*.{ts,tsx}":["tslint --fix","git add"],"*.{js,jsx}":["eslint --fix","git add"]},"engines":{"node":">= 6"},"gitHead":"0db7a6f8eb2ada42d0a9ed418c89b5ee177f821e","_id":"ts-jest@25.1.0","_nodeVersion":"12.13.0","_npmVersion":"6.13.6","dist":{"shasum":"06e776c4cce8a4da8eec4945f36a5823d0c0f9ba","size":39387,"noattachment":false,"key":"/ts-jest/-/ts-jest-25.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ts-jest/download/ts-jest-25.1.0.tgz"},"maintainers":[{"name":"anhpnnd","email":"anhpnnd@gmail.com"},{"name":"kul","email":"kulshekhar+npm@gmail.com"},{"name":"tsjest","email":""}],"_npmUser":{"name":"kul","email":"kulshekhar+npm@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ts-jest_25.1.0_1580373975469_0.29099247072465984"},"_hasShrinkwrap":false,"publish_time":1580373975612,"_cnpm_publish_time":1580373975612,"dist-tags":{"latest":"29.4.1","next":"29.0.0-next.1"}}