diff --git a/package.json b/package.json
index 1891011..55feed8 100644
--- a/package.json
+++ b/package.json
@@ -3,15 +3,16 @@
   "version": "0.0.0",
   "private": true,
   "scripts": {
-    "start": "node ./app.js",
-    "dev": "nodemon ./app.js"
+    "start": "bun ./app.ts",
+    "build": "bun build ./app.ts --outfile=bundle.js --target=bun"
   },
   "dependencies": {
-    "express": "^4.18.2",
     "@types/express": "^4.17.21",
+    "@types/morgan": "^1.9.9",
+    "express": "^4.18.2",
     "hbs": "^4.2.0",
     "mongoose": "^7.5.2",
     "morgan": "~1.9.1",
-    "@types/morgan": "^1.9.9"
+    "mysql2": "^3.10.3"
   }
 }
\ No newline at end of file