github-pages-deploy-action/node_modules/@jest/globals/package.json
James Ives 5af4d9fc85 3.5.0 🎉
2020-05-14 17:33:08 -04:00

32 lines
625 B
JSON

{
"name": "@jest/globals",
"version": "25.5.2",
"repository": {
"type": "git",
"url": "https://github.com/facebook/jest.git",
"directory": "packages/jest-globals"
},
"engines": {
"node": ">= 8.3"
},
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
"typesVersions": {
"<3.8": {
"build/*": [
"build/ts3.4/*"
]
}
},
"dependencies": {
"@jest/environment": "^25.5.0",
"@jest/types": "^25.5.0",
"expect": "^25.5.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ad1b9dc090922a8ed5632ec7382ac999e6b8cac1"
}