UNPKG

1.08 kBJSONView Raw
1{
2 "name": "babel-jest",
3 "description": "Jest plugin to use babel for transformation.",
4 "version": "29.7.0",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/jestjs/jest.git",
8 "directory": "packages/babel-jest"
9 },
10 "license": "MIT",
11 "main": "./build/index.js",
12 "types": "./build/index.d.ts",
13 "exports": {
14 ".": {
15 "types": "./build/index.d.ts",
16 "default": "./build/index.js"
17 },
18 "./package.json": "./package.json"
19 },
20 "dependencies": {
21 "@jest/transform": "^29.7.0",
22 "@types/babel__core": "^7.1.14",
23 "babel-plugin-istanbul": "^6.1.1",
24 "babel-preset-jest": "^29.6.3",
25 "chalk": "^4.0.0",
26 "graceful-fs": "^4.2.9",
27 "slash": "^3.0.0"
28 },
29 "devDependencies": {
30 "@babel/core": "^7.11.6",
31 "@jest/test-utils": "^29.7.0",
32 "@types/graceful-fs": "^4.1.3"
33 },
34 "peerDependencies": {
35 "@babel/core": "^7.8.0"
36 },
37 "engines": {
38 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
39 },
40 "publishConfig": {
41 "access": "public"
42 },
43 "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
44}