diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-21 15:45:14 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-01-21 15:45:14 -0500 |
commit | f41ca04fbeba396fe89a4279382882260f8bc645 (patch) | |
tree | 3c87d8ace600c86dd2b41dcf45dde12c878ba4fa /package.json | |
parent | start backend (diff) | |
download | xssbook-f41ca04fbeba396fe89a4279382882260f8bc645.tar.gz xssbook-f41ca04fbeba396fe89a4279382882260f8bc645.tar.bz2 xssbook-f41ca04fbeba396fe89a4279382882260f8bc645.zip |
rate limit shit
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
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" } } |