{"name":"ts-jest","version":"21.1.0","main":"index.js","types":"./dist/index.d.ts","description":"A preprocessor with sourcemap support to help use Typescript with Jest","scripts":{"build":"tsc -p .","build:watch":"tsc -p . -w","clean":"rimraf dist/**/* && rimraf tests/simple/coverage && rimraf tests/simple-async/coverage","clean-build":"npm run clean && npm run build","pretest":"npm run tslint && npm run clean-build","test":"node scripts/tests.js","tslint":"tslint src/*.ts","doc":"doctoc .","prepublish":"npm run clean-build","precommit":"lint-staged","postcommit":"git reset","format":"prettier --single-quote --trailing-comma all --write \"{src,scripts,tests}/**/*.ts\" && prettier --single-quote --trailing-comma es5 --write \"{src,scripts,tests}/**/*.js\""},"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":"Brian Ruddy","email":"briancruddy@gmail.com","url":"https://github.com/bcruddy"},{"name":"Emil Persson","email":"emil.n.persson@gmail.com","url":"https://github.com/emilniklas"},{"name":"Gustav Wengel","email":"gustavwengel@gmail.com","url":"https://github.com/GeeWee"},{"name":"Ihor Chulinda","email":"ichulinda@gmail.com","url":"https://github.com/Igmat"},{"name":"OJ Kwon","email":"kwon.ohjoong@gmail.com","url":"https://github.com/kwonoj"},{"name":"Tony Valderrama","email":"tony.valderrama@outlook.com","url":"https://github.com/tvald"}],"license":"MIT","bugs":{"url":"https://github.com/kulshekhar/ts-jest/issues"},"homepage":"https://github.com/kulshekhar/ts-jest#readme","jest":{"transform":{"^.+\\.tsx?$":"<rootDir>/dist/preprocessor.js"},"testRegex":"tests/__tests__/.*\\.spec\\.ts$","coverageReporters":["text"],"coverageDirectory":"test_coverage_dir","collectCoverageFrom":["src/**/*.tsx","src/**/*.ts"],"moduleFileExtensions":["ts","tsx","js","jsx","json"]},"dependencies":{"babel-core":"^6.24.1","babel-plugin-istanbul":"^4.1.4","babel-plugin-transform-es2015-modules-commonjs":"^6.24.1","babel-preset-jest":"^21.2.0","fs-extra":"^4.0.0","jest-config":"^21.2.1","jest-util":"^21.2.1","pkg-dir":"^2.0.0","source-map-support":"^0.5.0","yargs":"^9.0.1"},"peerDependencies":{"jest":"^21.1.0 || ^21.1.0-alpha.1 || ^22.0.0-alpha.1","typescript":"2.x"},"devDependencies":{"@types/babel-core":"^6.7.14","@types/es6-shim":"latest","@types/fs-extra":"^4.0.0","@types/jest":"latest","@types/node":"latest","@types/react":"latest","@types/source-map-support":"latest","babel-preset-env":"^1.6.0","cross-spawn":"latest","cross-spawn-with-kill":"latest","doctoc":"latest","husky":"^0.14.3","jest":"^21.1.0","lint-staged":"^4.0.3","prettier":"^1.5.3","react":"latest","react-test-renderer":"latest","rimraf":"latest","ts-jest":"latest","tslint":"next","typescript":"^2.4.1"},"lint-staged":{"*.js":["prettier --write --single-quote --trailing-comma es5","git add"],"*.ts":["prettier --write --single-quote --trailing-comma all","git add"]},"gitHead":"63f85f3e3149012b215a04f46e7b0b2e35e5cd3e","_id":"ts-jest@21.1.0","_npmVersion":"5.3.0","_nodeVersion":"8.6.0","_npmUser":{"name":"kul","email":"kulshekhar+npm@gmail.com"},"dist":{"shasum":"f8d1a6dfadd6e65f8ced525c638eac3543842d3c","size":54473,"noattachment":false,"key":"/ts-jest/-/ts-jest-21.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/ts-jest/download/ts-jest-21.1.0.tgz"},"maintainers":[{"name":"anhpnnd","email":"anhpnnd@gmail.com"},{"name":"kul","email":"kulshekhar+npm@gmail.com"},{"name":"tsjest","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/ts-jest-21.1.0.tgz_1507221002468_0.31914870790205896"},"directories":{},"publish_time":1507221003725,"_hasShrinkwrap":false,"_cnpm_publish_time":1507221003725,"dist-tags":{"latest":"29.4.1","next":"29.0.0-next.1"}}