|
12 | 12 | "license": "ISC", |
13 | 13 | "packageManager": "[email protected]", |
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 | | - "import": "./lib/index.js", |
25 | | - "require": "./lib/index.cjs" |
| 22 | + "require": "./lib/index.cjs", |
| 23 | + "default": "./lib/index.js" |
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", |
34 | | - "shim.d.ts", |
35 | 30 | "!**/*.tsbuildinfo" |
36 | 31 | ], |
37 | 32 | "keywords": [ |
|
42 | 37 | "plugin" |
43 | 38 | ], |
44 | 39 | "scripts": { |
45 | | - "build": "run-p 'build:*'", |
46 | | - "build:r": "r -f cjs,es2020", |
| 40 | + "build": "run-p -c 'build:*'", |
| 41 | + "build:r": "r -f cjs", |
47 | 42 | "build:ts": "tsc -b", |
48 | | - "eslint": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint --cache", |
| 43 | + "eslint": "ESLINT_USE_FLAT_CONFIG=false eslint", |
49 | 44 | "lint": "run-p 'lint:*'", |
50 | 45 | "lint:es": "eslint . --cache", |
51 | 46 | "lint:tsc": "tsc --noEmit", |
|
55 | 50 | "test:dotInclude": "yarn eslint --ext ts,tsx tests/dotInclude --ignore-pattern \"!.dot\"", |
56 | 51 | "test:dotPaths": "yarn eslint --ext ts,tsx tests/dotPaths --ignore-pattern \"!.dot\"", |
57 | 52 | "test:dotProject": "yarn eslint --ext ts,tsx tests/dotProject --ignore-pattern \"!.dot\"", |
58 | | - "test:importXResolverV3": "eslint --cache --config=tests/importXResolverV3/eslint.config.cjs tests/importXResolverV3", |
| 53 | + "test:importXResolverV3": "eslint --config=tests/importXResolverV3/eslint.config.cjs tests/importXResolverV3", |
59 | 54 | "test:multipleEslintrcs": "yarn eslint --ext ts,tsx tests/multipleEslintrcs", |
60 | 55 | "test:multipleTsconfigs": "yarn eslint --ext ts,tsx tests/multipleTsconfigs", |
61 | 56 | "test:nearestTsconfig": "yarn eslint --ext ts,tsx tests/nearestTsconfig", |
|
81 | 76 | } |
82 | 77 | }, |
83 | 78 | "dependencies": { |
84 | | - "@nolyfill/is-core-module": "1.0.39", |
85 | 79 | "debug": "^4.4.0", |
86 | 80 | "get-tsconfig": "^4.10.0", |
87 | 81 | "is-bun-module": "^1.3.0", |
88 | | - "rspack-resolver": "^1.1.0", |
| 82 | + "rspack-resolver": "^1.1.2", |
89 | 83 | "stable-hash": "^0.0.5", |
90 | 84 | "tinyglobby": "^0.2.12" |
91 | 85 | }, |
|
102 | 96 | "@types/pnpapi": "^0.0.5", |
103 | 97 | "@types/unist": "^3.0.3", |
104 | 98 | "clean-pkg-json": "^1.2.1", |
105 | | - "cross-env": "^7.0.3", |
106 | 99 | "dummy.js": "link:dummy.js", |
107 | 100 | "eslint": "^9.22.0", |
108 | 101 | "eslint-import-resolver-typescript": "link:.", |
|
115 | 108 | "size-limit": "^11.2.0", |
116 | 109 | "size-limit-preset-node-lib": "^0.3.0", |
117 | 110 | "type-coverage": "^2.29.7", |
118 | | - "type-fest": "^4.37.0", |
119 | 111 | "typescript": "~5.8.2", |
120 | 112 | "yarn-berry-deduplicate": "^6.1.1" |
121 | 113 | }, |
|
0 commit comments