|
8 | 8 | "contributors": [
|
9 | 9 | "JounQin <[email protected]> (https://www.1stG.me)"
|
10 | 10 | ],
|
11 |
| - "funding": "https://opencollective.com/unts/projects/eslint-import-resolver-ts", |
| 11 | + "funding": "https://opencollective.com/eslint-import-resolver-typescript", |
12 | 12 | "license": "ISC",
|
13 |
| - "packageManager": "[email protected]", |
| 13 | + "workspaces": [ |
| 14 | + ".", |
| 15 | + "tests/nestedPackageJson" |
| 16 | + ], |
| 17 | + "packageManager": "[email protected]", |
14 | 18 | "engines": {
|
15 | 19 | "node": "^16.17.0 || >=18.6.0"
|
16 | 20 | },
|
|
55 | 59 | "test:multipleEslintrcs": "yarn eslint --ext ts,tsx tests/multipleEslintrcs",
|
56 | 60 | "test:multipleTsconfigs": "yarn eslint --ext ts,tsx tests/multipleTsconfigs",
|
57 | 61 | "test:nearestTsconfig": "yarn eslint --ext ts,tsx tests/nearestTsconfig",
|
| 62 | + "test:nestedPackageJson": "yarn eslint --ext ts,tsx tests/nestedPackageJson", |
58 | 63 | "test:unit": "vitest --run",
|
59 | 64 | "test:withJsExtension": "node tests/withJsExtension/test.js && yarn eslint --ext ts,tsx tests/withJsExtension",
|
60 | 65 | "test:withJsconfig": "yarn eslint --ext js tests/withJsconfig",
|
|
94 | 99 | "@pkgr/rollup": "^6.0.1",
|
95 | 100 | "@total-typescript/ts-reset": "^0.6.1",
|
96 | 101 | "@types/debug": "^4.1.12",
|
97 |
| - "@types/node": "^22.13.13", |
| 102 | + "@types/node": "^22.13.14", |
98 | 103 | "@types/pnpapi": "^0.0.5",
|
99 | 104 | "@types/unist": "^3.0.3",
|
100 | 105 | "@vitest/coverage-v8": "3.0.9",
|
|
111 | 116 | "simple-git-hooks": "^2.12.1",
|
112 | 117 | "size-limit": "^11.2.0",
|
113 | 118 | "size-limit-preset-node-lib": "^0.3.0",
|
114 |
| - "tinyexec": "^1.0.0", |
| 119 | + "tinyexec": "^1.0.1", |
115 | 120 | "type-coverage": "^2.29.7",
|
116 | 121 | "typescript": "~5.8.2",
|
117 | 122 | "vitest": "^3.0.9",
|
|
0 commit comments