refactor: migrate from bun to node types and fix discrepancies
This commit is contained in:
parent
a03e6e94a9
commit
21dac683a2
7 changed files with 18 additions and 31 deletions
|
|
@ -8,7 +8,7 @@
|
|||
"ttsc": "dist/tts.js"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "pnpm run bundle &>/dev/null && node dist/index.js",
|
||||
"dev": "pnpm run bundle index.ts &>/dev/null && node dist/index.js",
|
||||
"check": "biome check --write && pnpm run tc",
|
||||
"clean": "rm -rf dist",
|
||||
"build": "pnpm run check && pnpm run bundle --minify index.ts && pnpm run bundle --minify tts.ts",
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
"@clack/prompts": "^1.3.0",
|
||||
"@cliffy/table": "npm:@jsr/cliffy__table",
|
||||
"@mozilla/readability": "^0.6.0",
|
||||
"@types/bun": "^1.3.14",
|
||||
"@types/node": "^25.9.2",
|
||||
"ai": "^6.0.161",
|
||||
"ansi-styles": "^6.2.3",
|
||||
"chalk": "^5.6.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue