|
9 | 9 | "tapable", |
10 | 10 | "tappable" |
11 | 11 | ], |
12 | | - "repository": "unjs/hookable", |
13 | 12 | "license": "MIT", |
14 | | - "sideEffects": false, |
| 13 | + "repository": "unjs/hookable", |
| 14 | + "files": [ |
| 15 | + "dist" |
| 16 | + ], |
15 | 17 | "type": "module", |
| 18 | + "sideEffects": false, |
| 19 | + "main": "./dist/index.mjs", |
| 20 | + "types": "./dist/index.d.mts", |
16 | 21 | "exports": { |
17 | 22 | ".": "./dist/index.mjs" |
18 | 23 | }, |
19 | | - "main": "./dist/index.mjs", |
20 | | - "types": "./dist/index.d.mts", |
21 | | - "files": [ |
22 | | - "dist" |
23 | | - ], |
24 | 24 | "scripts": { |
25 | 25 | "bench": "node --expose-gc --allow-natives-syntax test/bench.ts", |
26 | 26 | "build": "obuild src/index.ts", |
27 | 27 | "dev": "vitest", |
28 | | - "lint": "eslint --cache . && prettier -c src test", |
29 | | - "lint:fix": "eslint --cache . --fix && prettier -c src test -w", |
| 28 | + "lint": "oxlint --cache . && oxfmt --check src test", |
| 29 | + "lint:fix": "oxlint --cache . --fix && oxfmt --check src test -w", |
30 | 30 | "prepublish": "pnpm build", |
31 | 31 | "release": "pnpm test && pnpm build && changelogen --release --publish --push", |
32 | 32 | "test": "pnpm lint && vitest run --coverage", |
33 | | - "test:types": "tsc --noEmit" |
| 33 | + "test:types": "tsgo --noEmit" |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@types/node": "^25.0.3", |
37 | | - "@vitest/coverage-v8": "^4.0.16", |
| 36 | + "@types/node": "^25.5.0", |
| 37 | + "@typescript/native-preview": "7.0.0-dev.20260314.1", |
| 38 | + "@vitest/coverage-v8": "^4.1.0", |
38 | 39 | "changelogen": "^0.6.2", |
39 | | - "esbuild": "^0.27.2", |
40 | | - "eslint": "^9.39.2", |
41 | | - "eslint-config-unjs": "^0.5.0", |
| 40 | + "esbuild": "^0.27.4", |
| 41 | + "eslint-config-unjs": "^0.6.2", |
42 | 42 | "expect-type": "^1.3.0", |
43 | | - "hookable-prev": "npm:hookable@^5.5.3", |
| 43 | + "hookable-prev": "npm:hookable@^6.0.1", |
44 | 44 | "mitata": "^1.0.34", |
45 | | - "obuild": "^0.4.9", |
46 | | - "prettier": "^3.7.4", |
| 45 | + "obuild": "^0.4.32", |
| 46 | + "oxfmt": "^0.40.0", |
| 47 | + "oxlint": "^1.55.0", |
47 | 48 | "typescript": "^5.9.3", |
48 | | - "vite": "^7.3.0", |
49 | | - "vitest": "^4.0.16" |
| 49 | + "vite": "^8.0.0", |
| 50 | + "vitest": "^4.1.0" |
50 | 51 | }, |
51 | | - "packageManager": "pnpm@10.26.0" |
| 52 | + "packageManager": "pnpm@10.32.1" |
52 | 53 | } |
0 commit comments