UNPKG

jest-environment-node

Version:
49 lines (48 loc) 1.49 kB
{ "name": "jest-environment-node", "version": "30.0.4", "repository": { "type": "git", "url": "https://github.com/jestjs/jest.git", "directory": "packages/jest-environment-node" }, "license": "MIT", "main": "./build/index.js", "types": "./build/index.d.ts", "exports": { ".": { "types": "./build/index.d.ts", "require": "./build/index.js", "import": "./build/index.mjs", "default": "./build/index.js" }, "./package.json": "./package.json" }, "dependencies": { "@jest/environment": "30.0.4", "@jest/fake-timers": "30.0.4", "@jest/types": "30.0.1", "@types/node": "*", "jest-mock": "30.0.2", "jest-util": "30.0.2", "jest-validate": "30.0.2" }, "devDependencies": { "@jest/test-utils": "30.0.4", "clsx": "^2.1.1" }, "scripts": { "test:base": "echo GLOBALS_CLEANUP=$GLOBALS_CLEANUP && yarn --cwd='../.' jest --runInBand packages/jest-environment-node/src/__tests__", "test:globals-cleanup-off": "GLOBALS_CLEANUP=off yarn test:base", "test:globals-cleanup-soft": "GLOBALS_CLEANUP=soft yarn test:base", "test:globals-cleanup-on": "GLOBALS_CLEANUP=on yarn test:base", "test": "yarn test:globals-cleanup-off && yarn test:globals-cleanup-soft && yarn test:globals-cleanup-on" }, "engines": { "node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "f4296d2bc85c1405f84ddf613a25d0bc3766b7e5" }