|
3 | 3 | "version": "2.2.22", |
4 | 4 | "description": "ESLint configuration for Virtual Live Lab", |
5 | 5 | "type": "module", |
6 | | - "module": "./dist/index.mjs", |
| 6 | + "main": "./dist/index.js", |
| 7 | + "module": "./dist/index.js", |
7 | 8 | "types": "./dist/index.d.ts", |
8 | 9 | "exports": { |
9 | 10 | ".": { |
10 | | - "import": "./dist/index.mjs", |
11 | | - "types": "./dist/index.d.ts" |
| 11 | + "types": "./dist/index.d.ts", |
| 12 | + "import": "./dist/index.js" |
12 | 13 | }, |
13 | 14 | "./addons/*": { |
14 | | - "import": "./dist/addons/*.mjs", |
15 | | - "types": "./dist/addons/*.d.ts" |
| 15 | + "types": "./dist/addons/*.d.ts", |
| 16 | + "import": "./dist/addons/*.js" |
16 | 17 | }, |
17 | 18 | "./presets/*": { |
18 | | - "import": "./dist/presets/*.mjs", |
19 | | - "types": "./dist/presets/*.d.ts" |
| 19 | + "types": "./dist/presets/*.d.ts", |
| 20 | + "import": "./dist/presets/*.js" |
20 | 21 | } |
21 | 22 | }, |
22 | 23 | "files": [ |
23 | 24 | "dist" |
24 | 25 | ], |
25 | 26 | "scripts": { |
26 | | - "build": "unbuild", |
| 27 | + "build": "tsdown", |
27 | 28 | "inspect": "eslint --inspect-config" |
28 | 29 | }, |
29 | 30 | "engines": { |
|
61 | 62 | "@types/node": "catalog:", |
62 | 63 | "@virtual-live-lab/tsconfig": "workspace:*", |
63 | 64 | "eslint": "9.28.0", |
| 65 | + "publint": "catalog:", |
| 66 | + "tsdown": "catalog:", |
64 | 67 | "typescript": "catalog:", |
65 | | - "unbuild": "catalog:", |
| 68 | + "unplugin-unused": "catalog:", |
66 | 69 | "vitest": "catalog:" |
67 | 70 | }, |
68 | 71 | "license": "MIT", |
|
76 | 79 | "homepage": "https://github.com/VirtualLiveLab/js-config/tree/main/#readme", |
77 | 80 | "repository": { |
78 | 81 | "type": "git", |
79 | | - "url": "https://github.com/VirtualLiveLab/js-config.git", |
| 82 | + "url": "git+https://github.com/VirtualLiveLab/js-config.git", |
80 | 83 | "directory": "packages/eslint-config" |
81 | 84 | }, |
82 | 85 | "bugs": { |
|
0 commit comments