|
2 | 2 | "name": "@uni-helper/eslint-config", |
3 | 3 | "type": "module", |
4 | 4 | "version": "0.5.0", |
5 | | - "packageManager": "pnpm@10.15.0", |
| 5 | + "packageManager": "pnpm@10.24.0", |
6 | 6 | "description": "Uni Helper's ESLint config", |
7 | 7 | "author": "KeJun", |
8 | 8 | "license": "MIT", |
|
19 | 19 | "exports": { |
20 | 20 | ".": { |
21 | 21 | "import": { |
22 | | - "types": "./dist/index.d.ts", |
23 | | - "default": "./dist/index.js" |
| 22 | + "types": "./dist/index.d.mts", |
| 23 | + "default": "./dist/index.mjs" |
24 | 24 | } |
25 | 25 | } |
26 | 26 | }, |
27 | | - "main": "./dist/index.js", |
28 | | - "module": "./dist/index.js", |
29 | | - "types": "./dist/index.d.ts", |
| 27 | + "main": "./dist/index.mjs", |
| 28 | + "module": "./dist/index.mjs", |
| 29 | + "types": "./dist/index.d.mts", |
30 | 30 | "typesVersions": { |
31 | 31 | "*": { |
32 | 32 | "*": [ |
33 | 33 | "./dist/*", |
34 | | - "./dist/index.d.ts" |
| 34 | + "./dist/index.d.mts" |
35 | 35 | ] |
36 | 36 | } |
37 | 37 | }, |
|
43 | 43 | "dev": "tsdown --watch", |
44 | 44 | "prepublishOnly": "pnpm build", |
45 | 45 | "release": "bumpp", |
46 | | - "start": "esno src/index.ts", |
| 46 | + "start": "tsx src/index.ts", |
47 | 47 | "test": "vitest", |
48 | 48 | "lint": "eslint .", |
49 | 49 | "lint:fix": "eslint . --fix", |
50 | 50 | "check-types": "tsc --noEmit" |
51 | 51 | }, |
52 | 52 | "peerDependencies": { |
53 | | - "@antfu/eslint-config": "^5.0.0", |
| 53 | + "@antfu/eslint-config": "^5.0.0 || ^6.0.0", |
54 | 54 | "eslint": "^9.10.0" |
55 | 55 | }, |
56 | 56 | "dependencies": { |
57 | | - "@antfu/eslint-config": "^5.2.1", |
58 | | - "@eslint/eslintrc": "^3.3.1", |
59 | | - "eslint-flat-config-utils": "^2.1.1", |
60 | | - "local-pkg": "^1.1.2" |
| 57 | + "@antfu/eslint-config": "catalog:", |
| 58 | + "@eslint/eslintrc": "catalog:", |
| 59 | + "eslint-flat-config-utils": "catalog:", |
| 60 | + "local-pkg": "catalog:" |
61 | 61 | }, |
62 | 62 | "devDependencies": { |
63 | | - "@types/fs-extra": "^11.0.4", |
64 | | - "@types/node": "^22.18.0", |
65 | | - "bumpp": "^10.2.3", |
66 | | - "eslint": "^9.34.0", |
67 | | - "esno": "^4.8.0", |
68 | | - "execa": "^9.6.0", |
69 | | - "fast-glob": "^3.3.3", |
70 | | - "fs-extra": "^11.3.1", |
71 | | - "tsdown": "^0.14.2", |
72 | | - "typescript": "^5.9.2", |
73 | | - "vitest": "^3.2.4" |
| 63 | + "@types/fs-extra": "catalog:", |
| 64 | + "@types/node": "catalog:", |
| 65 | + "bumpp": "catalog:", |
| 66 | + "eslint": "catalog:", |
| 67 | + "execa": "catalog:", |
| 68 | + "fast-glob": "catalog:", |
| 69 | + "fs-extra": "catalog:", |
| 70 | + "tsdown": "catalog:", |
| 71 | + "tsx": "catalog:", |
| 72 | + "typescript": "catalog:", |
| 73 | + "vitest": "catalog:" |
74 | 74 | } |
75 | 75 | } |
0 commit comments