UNPKG

893 BJSONView Raw
1{
2 "name": "jest-resolve-dependencies",
3 "version": "29.7.0",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/jestjs/jest.git",
7 "directory": "packages/jest-resolve-dependencies"
8 },
9 "license": "MIT",
10 "main": "./build/index.js",
11 "types": "./build/index.d.ts",
12 "exports": {
13 ".": {
14 "types": "./build/index.d.ts",
15 "default": "./build/index.js"
16 },
17 "./package.json": "./package.json"
18 },
19 "dependencies": {
20 "jest-regex-util": "^29.6.3",
21 "jest-snapshot": "^29.7.0"
22 },
23 "devDependencies": {
24 "@jest/test-utils": "^29.7.0",
25 "@jest/types": "^29.6.3",
26 "jest-haste-map": "^29.7.0",
27 "jest-resolve": "^29.7.0",
28 "jest-runtime": "^29.7.0"
29 },
30 "engines": {
31 "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
32 },
33 "publishConfig": {
34 "access": "public"
35 },
36 "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
37}