You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.1 KiB
45 lines
1.1 KiB
{ |
|
"name": "babel-jest", |
|
"description": "Jest plugin to use babel for transformation.", |
|
"version": "27.5.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": "^27.5.1", |
|
"@jest/types": "^27.5.1", |
|
"@types/babel__core": "^7.1.14", |
|
"babel-plugin-istanbul": "^6.1.1", |
|
"babel-preset-jest": "^27.5.1", |
|
"chalk": "^4.0.0", |
|
"graceful-fs": "^4.2.9", |
|
"slash": "^3.0.0" |
|
}, |
|
"devDependencies": { |
|
"@babel/core": "^7.8.0", |
|
"@jest/test-utils": "^27.5.1", |
|
"@types/graceful-fs": "^4.1.3" |
|
}, |
|
"peerDependencies": { |
|
"@babel/core": "^7.8.0" |
|
}, |
|
"engines": { |
|
"node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" |
|
}, |
|
"publishConfig": { |
|
"access": "public" |
|
}, |
|
"gitHead": "67c1aa20c5fec31366d733e901fee2b981cb1850" |
|
}
|
|
|