UNPKG

742 BJSONView Raw
1{
2 "name": "@jest/globals",
3 "version": "29.4.1",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/facebook/jest.git",
7 "directory": "packages/jest-globals"
8 },
9 "engines": {
10 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
11 },
12 "license": "MIT",
13 "main": "./build/index.js",
14 "types": "./build/index.d.ts",
15 "exports": {
16 ".": {
17 "types": "./build/index.d.ts",
18 "default": "./build/index.js"
19 },
20 "./package.json": "./package.json"
21 },
22 "dependencies": {
23 "@jest/environment": "^29.4.1",
24 "@jest/expect": "^29.4.1",
25 "@jest/types": "^29.4.1",
26 "jest-mock": "^29.4.1"
27 },
28 "publishConfig": {
29 "access": "public"
30 },
31 "gitHead": "bc84c8a15649aaaefdd624dc83824518c17467ed"
32}