updates for bun and docker
update libs
This commit is contained in:
+2
-3
@@ -3,9 +3,8 @@
|
||||
"main": "src/index.ts",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"start": "node dist/index.js",
|
||||
"bun:build": "bun run src/index.ts",
|
||||
"bun:start": "bun run dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -29,7 +28,7 @@
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"@typescript-eslint/eslint-plugin": "8.52.0",
|
||||
"@typescript-eslint/parser": "8.52.0",
|
||||
"drizzle-kit": "^0.31.8",
|
||||
"drizzle-kit": "^1.0.0-beta.9-c26fd2f",
|
||||
"eslint": "^9.39.2",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3"
|
||||
|
||||
Reference in New Issue
Block a user