summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..e54b8ac
--- /dev/null
+++ b/package.json
@@ -0,0 +1,11 @@
+{
+  "name": "amygdala",
+  "version": "1.0.0",
+  "main": "index.js",
+  "dependencies": {
+    "better-sqlite3": "^12.8.0",
+    "discord.js": "14",
+    "dotenv": "^17.3.1",
+    "pg": "^8.20.0"
+  }
+}