github-pages-deploy-action/node_modules/babel-jest/package.json

36 lines
831 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
"name": "babel-jest",
"description": "Jest plugin to use babel for transformation.",
"version": "25.1.0",
"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",
"dependencies": {
"@jest/transform": "^25.1.0",
"@jest/types": "^25.1.0",
"@types/babel__core": "^7.1.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-preset-jest": "^25.1.0",
"chalk": "^3.0.0",
"slash": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"engines": {
"node": ">= 8.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
}