22 lines
477 B
JSON
22 lines
477 B
JSON
|
{
|
||
|
"name": "babel-jest",
|
||
|
"description": "Jest plugin to use babel for transformation.",
|
||
|
"version": "23.6.0",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/facebook/jest.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"main": "build/index.js",
|
||
|
"dependencies": {
|
||
|
"babel-plugin-istanbul": "^4.1.6",
|
||
|
"babel-preset-jest": "^23.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"babel-core": "^6.0.0"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"babel-core": "^6.0.0 || ^7.0.0-0"
|
||
|
}
|
||
|
}
|