Files
2026-01-12 12:43:50 +01:00

40 lines
970 B
JSON

{
"name": "jest-resolve-dependencies",
"version": "30.1.3",
"repository": {
"type": "git",
"url": "https://github.com/jestjs/jest.git",
"directory": "packages/jest-resolve-dependencies"
},
"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-regex-util": "30.0.1",
"jest-snapshot": "30.1.2"
},
"devDependencies": {
"@jest/test-utils": "30.1.2",
"@jest/types": "30.0.5",
"jest-haste-map": "30.1.0",
"jest-resolve": "30.1.3",
"jest-runtime": "30.1.3"
},
"engines": {
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "da9b532f04632367b0df15a842280501f225b732"
}