|
7 | 7 | "type": "module", |
8 | 8 | "scripts": { |
9 | 9 | "start": "tsx --require ./src/polyfills.ts src/app.ts", |
10 | | - "test": "tsx --require ./src/polyfills.ts --test && tsc", |
| 10 | + "test": "tsx --require ./src/polyfills.ts --test && tsgo", |
11 | 11 | "ci": "biome ci ./src", |
12 | 12 | "format": "biome format --write ./src", |
13 | 13 | "lint": "biome lint ./src", |
|
30 | 30 | "@js-temporal/polyfill": "^0.5.1", |
31 | 31 | "@napi-rs/canvas": "0.1.70", |
32 | 32 | "@resvg/resvg-js": "^2.6.2", |
33 | | - "@sentry/node": "^9.24.0", |
| 33 | + "@sentry/node": "^9.25.0", |
34 | 34 | "@spotify/web-api-ts-sdk": "^1.2.0", |
35 | 35 | "@std/jsonc": "npm:@jsr/std__jsonc@^1.0.2", |
36 | 36 | "better-sqlite3": "^11.10.0", |
|
53 | 53 | "@types/jsdom": "^21.1.7", |
54 | 54 | "@types/node": "^22.15.29", |
55 | 55 | "@types/node-cron": "^3.0.11", |
| 56 | + "@typescript/native-preview": "^7.0.0-dev.20250603.1", |
56 | 57 | "expect": "^30.0.0-beta.3", |
57 | | - "lefthook": "^1.11.13", |
58 | | - "typescript": "^5.8.3" |
| 58 | + "lefthook": "^1.11.13" |
59 | 59 | }, |
60 | 60 | "trustedDependencies": [ |
61 | 61 | "@biomejs/biome", |
62 | 62 | "lefthook" |
63 | 63 | ], |
64 | 64 | "engines": { |
65 | | - "node": ">=24.1.0" |
| 65 | + "node": ">=24.1.0" |
66 | 66 | } |
67 | 67 | } |
0 commit comments