|
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": [ |
|
36 | 36 | "lint": "eslint .", |
37 | 37 | "lint:fix": "eslint --fix .", |
38 | 38 | "format": "prettier --write .", |
39 | | - "prepublishOnly": "npm run build" |
| 39 | + "prepublishOnly": "pnpm run build" |
40 | 40 | }, |
41 | 41 | "devDependencies": { |
42 | | - "@hypernym/bundler": "^0.14.4", |
43 | | - "@hypernym/eslint-config": "^3.6.1", |
44 | | - "@hypernym/prettier-config": "^3.2.4", |
45 | | - "@hypernym/tsconfig": "^2.6.1", |
46 | | - "@types/node": "^22.15.30", |
47 | | - "eslint": "^9.28.0", |
48 | | - "prettier": "^3.5.3", |
49 | | - "typescript": "^5.8.3", |
50 | | - "vite": "^6.3.5" |
| 42 | + "@hypernym/bundler": "^0.30.4", |
| 43 | + "@hypernym/eslint-config": "^3.6.4", |
| 44 | + "@hypernym/prettier-config": "^3.2.7", |
| 45 | + "@hypernym/tsconfig": "^2.6.2", |
| 46 | + "@types/node": "^24.7.2", |
| 47 | + "eslint": "^9.37.0", |
| 48 | + "prettier": "^3.6.2", |
| 49 | + "typescript": "^5.9.3", |
| 50 | + "vite": "^7.1.9" |
51 | 51 | } |
52 | 52 | } |
0 commit comments