mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
27 lines
610 B
JSON
27 lines
610 B
JSON
{
|
|
"name": "babel-preset-jest",
|
|
"version": "25.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/jest.git",
|
|
"directory": "packages/babel-preset-jest"
|
|
},
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@babel/plugin-syntax-bigint": "^7.0.0",
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
|
|
"babel-plugin-jest-hoist": "^25.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"gitHead": "170eee11d03b0ed5c60077982fdbc3bafd403638"
|
|
}
|