|
10 | 10 | ], |
11 | 11 | "funding": "https://opencollective.com/unts/projects/eslint-import-resolver-ts", |
12 | 12 | "license": "ISC", |
13 | | - "packageManager": "yarn@4.0.2", |
| 13 | + "packageManager": "yarn@4.7.0", |
14 | 14 | "engines": { |
15 | | - "node": "^14.18.0 || >=16.0.0" |
| 15 | + "node": "^16.17.0 || >=18.6.0" |
16 | 16 | }, |
17 | 17 | "main": "lib/index.cjs", |
18 | 18 | "module": "lib/index.js", |
19 | 19 | "exports": { |
20 | 20 | ".": { |
21 | 21 | "types": "./lib/index.d.ts", |
22 | | - "es2020": "./lib/index.es2020.mjs", |
23 | | - "fesm2020": "./lib/index.es2020.mjs", |
24 | 22 | "import": "./lib/index.js", |
25 | 23 | "require": "./lib/index.cjs" |
26 | 24 | }, |
27 | 25 | "./package.json": "./package.json" |
28 | 26 | }, |
29 | | - "es2020": "lib/index.es2020.mjs", |
30 | | - "fesm2020": "lib/index.es2020.mjs", |
31 | 27 | "types": "lib/index.d.ts", |
32 | 28 | "files": [ |
33 | 29 | "lib", |
|
42 | 38 | "plugin" |
43 | 39 | ], |
44 | 40 | "scripts": { |
45 | | - "build": "run-p 'build:*'", |
| 41 | + "build": "run-p -c 'build:*'", |
46 | 42 | "build:r": "r -f cjs,es2020", |
47 | 43 | "build:ts": "tsc -b", |
48 | | - "lint": "run-p 'lint:*'", |
| 44 | + "lint": "run-p -c 'lint:*'", |
49 | 45 | "lint:es": "eslint src --cache -f friendly", |
50 | 46 | "lint:tsc": "tsc --noEmit", |
51 | | - "prepare": "simple-git-hooks", |
| 47 | + "prepare": "patch-package && simple-git-hooks", |
52 | 48 | "release": "changeset publish", |
53 | | - "test": "run-p 'test:*'", |
| 49 | + "test": "run-p -c 'test:*'", |
54 | 50 | "test:dotInclude": "eslint --ext ts,tsx tests/dotInclude --ignore-pattern \"!.dot\"", |
55 | 51 | "test:dotPaths": "eslint --ext ts,tsx tests/dotPaths --ignore-pattern \"!.dot\"", |
56 | 52 | "test:dotProject": "eslint --ext ts,tsx tests/dotProject --ignore-pattern \"!.dot\"", |
|
80 | 76 | } |
81 | 77 | }, |
82 | 78 | "dependencies": { |
83 | | - "@nolyfill/is-core-module": "1.0.39", |
84 | 79 | "debug": "^4.3.7", |
85 | | - "enhanced-resolve": "^5.15.0", |
86 | 80 | "get-tsconfig": "^4.10.0", |
87 | 81 | "is-bun-module": "^1.0.2", |
| 82 | + "oxc-resolver": "^5.0.0", |
88 | 83 | "stable-hash": "^0.0.4", |
89 | 84 | "tinyglobby": "^0.2.12" |
90 | 85 | }, |
|
99 | 94 | "@types/debug": "^4.1.12", |
100 | 95 | "@types/node": "^18.19.78", |
101 | 96 | "@types/unist": "^2.0.11", |
| 97 | + "@unts/patch-package": "^8.1.1", |
102 | 98 | "cross-env": "^7.0.3", |
103 | 99 | "dummy.js": "link:dummy.js", |
104 | 100 | "eslint": "^8.57.1", |
|
0 commit comments