aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index cefff81..de41f3d 100644
--- a/package.json
+++ b/package.json
@@ -6,10 +6,11 @@
"dev": "bun run --watch src/index.ts"
},
"dependencies": {
- "elysia": "latest"
+ "elysia": "latest",
+ "postgres": "3.3.5"
},
"devDependencies": {
"bun-types": "latest"
},
"module": "src/index.js"
-} \ No newline at end of file
+}