UNPKG

859 BJSONView Raw
1{
2 "name": "babel-jest",
3 "description": "Jest plugin to use babel for transformation.",
4 "version": "24.5.0",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/facebook/jest.git",
8 "directory": "packages/babel-jest"
9 },
10 "license": "MIT",
11 "main": "build/index.js",
12 "types": "build/index.d.ts",
13 "dependencies": {
14 "@jest/transform": "^24.5.0",
15 "@jest/types": "^24.5.0",
16 "@types/babel__core": "^7.1.0",
17 "babel-plugin-istanbul": "^5.1.0",
18 "babel-preset-jest": "^24.3.0",
19 "chalk": "^2.4.2",
20 "slash": "^2.0.0"
21 },
22 "devDependencies": {
23 "@babel/core": "^7.1.0",
24 "@types/slash": "^2.0.0"
25 },
26 "peerDependencies": {
27 "@babel/core": "^7.0.0"
28 },
29 "engines": {
30 "node": ">= 6"
31 },
32 "publishConfig": {
33 "access": "public"
34 },
35 "gitHead": "800533020f5b2f153615c821ed7cb12fd868fa6f"
36}