odin-js-fundamentals-part-5/node_modules/babel-jest/package.json

45 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2024-01-11 08:52:05 +00:00
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "29.6.4",
"repository": {
"type": "git",
"url": "https://github.com/jestjs/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.6.4",
"@types/babel__core": "^7.1.14",
"babel-plugin-istanbul": "^6.1.1",
"babel-preset-jest": "^29.6.3",
"chalk": "^4.0.0",
"graceful-fs": "^4.2.9",
"slash": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@jest/test-utils": "^29.6.4",
"@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": "55cd6a0aaf6f9178199dfa7af7a00fcaa7c421fd"
}