Files
GTA_Prod/GTA_P_V2/node_modules/@jest/globals/package.json
2026-01-12 12:43:50 +01:00

33 lines
746 B
JSON

{
"name": "@jest/globals",
"version": "30.1.2",
"repository": {
"type": "git",
"url": "https://github.com/jestjs/jest.git",
"directory": "packages/jest-globals"
},
"engines": {
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
},
"license": "MIT",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/index.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"@jest/environment": "30.1.2",
"@jest/expect": "30.1.2",
"@jest/types": "30.0.5",
"jest-mock": "30.0.5"
},
"publishConfig": {
"access": "public"
},
"gitHead": "ebfa31cc9787303e8698a1a029a162a18e8974aa"
}