summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 041e0f6..c185b82 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,10 @@
"author": "Tyler Murphy",
"license": "WTFPL",
"dependencies": {
+ "better-sqlite3": "^8.0.1",
+ "cookie-parser": "^1.4.6",
+ "dotenv": "^16.0.3",
"express": "^4.18.2",
- "sqlite3": "^5.1.4"
+ "express-rate-limit": "^6.7.0"
}
}