45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "babel-jest",
|
||
|
"description": "Jest plugin to use babel for transformation.",
|
||
|
"version": "29.3.1",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facebook/jest.git",
|
||
|
"directory": "packages/babel-jest"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"main": "./build/index.js",
|
||
|
"types": "./build/index.d.ts",
|
||
|
"exports": {
|
||
|
".": {
|
||
|
"types": "./build/index.d.ts",
|
||
|
"default": "./build/index.js"
|
||
|
},
|
||
|
"./package.json": "./package.json"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@jest/transform": "^29.3.1",
|
||
|
"@types/babel__core": "^7.1.14",
|
||
|
"babel-plugin-istanbul": "^6.1.1",
|
||
|
"babel-preset-jest": "^29.2.0",
|
||
|
"chalk": "^4.0.0",
|
||
|
"graceful-fs": "^4.2.9",
|
||
|
"slash": "^3.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@babel/core": "^7.11.6",
|
||
|
"@jest/test-utils": "^29.3.1",
|
||
|
"@types/graceful-fs": "^4.1.3"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@babel/core": "^7.8.0"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
||
|
},
|
||
|
"publishConfig": {
|
||
|
"access": "public"
|
||
|
},
|
||
|
"gitHead": "05deb8393c4ad71e19be2567b704dfd3a2ab5fc9"
|
||
|
}
|