fix: add @babel/parser, switch shebangs from pnpm to npx, remove phantom @types/recast

This commit is contained in:
2026-04-25 10:04:29 +00:00
parent d0a0de766b
commit c82fa8702e
4 changed files with 4326 additions and 4 deletions

4322
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -57,12 +57,12 @@
},
"devDependencies": {
"@alkdev/typebox": "^0.34.49",
"@babel/parser": "^7.24.0",
"@rollup/plugin-typescript": "^11.1.0",
"@types/node": "^18.15.10",
"@types/recast": "^0.23.0",
"cpy": "^10.1.0",
"drizzle-orm": "^0.38.4",
"recast": "^0.23.0",
"recast": "^0.23.9",
"resolve-tspaths": "^0.8.23",
"rimraf": "^5.0.0",
"rollup": "^3.20.7",

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env -S pnpm tsx
#!/usr/bin/env -S npx tsx
import 'zx/globals';
import cpy from 'cpy';

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env -S pnpm tsx
#!/usr/bin/env -S npx tsx
import 'zx/globals';
import path from 'node:path';