|
13 | 13 | "type": "module", |
14 | 14 | "exports": { |
15 | 15 | ".": { |
16 | | - "types": "./dist/index.d.mts", |
17 | | - "import": "./dist/index.mjs" |
| 16 | + "types": "./dist/index.d.ts", |
| 17 | + "import": "./dist/index.js" |
18 | 18 | } |
19 | 19 | }, |
20 | 20 | "files": [ |
|
41 | 41 | "lint:fix": "eslint --fix .", |
42 | 42 | "format": "prettier --write .", |
43 | 43 | "test": "vitest -c test/vitest.config.ts", |
44 | | - "prepublishOnly": "npm run build" |
| 44 | + "prepublishOnly": "pnpm run build" |
45 | 45 | }, |
46 | 46 | "devDependencies": { |
47 | | - "@hypernym/bundler": "^0.14.4", |
48 | | - "@hypernym/eslint-config": "^3.6.3", |
49 | | - "@hypernym/prettier-config": "^3.2.6", |
50 | | - "@hypernym/tsconfig": "^2.6.1", |
51 | | - "@types/node": "^24.3.0", |
52 | | - "eslint": "^9.33.0", |
| 47 | + "@hypernym/bundler": "^0.30.4", |
| 48 | + "@hypernym/eslint-config": "^3.6.5", |
| 49 | + "@hypernym/prettier-config": "^3.2.9", |
| 50 | + "@hypernym/tsconfig": "^2.6.3", |
| 51 | + "@types/node": "^24.8.1", |
| 52 | + "eslint": "^9.37.0", |
53 | 53 | "prettier": "^3.6.2", |
54 | | - "typescript": "^5.9.2", |
| 54 | + "typescript": "^5.9.3", |
55 | 55 | "vitest": "^3.2.4" |
56 | 56 | } |
57 | 57 | } |
0 commit comments