diff options
Diffstat (limited to 'motto/package.json')
-rw-r--r-- | motto/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/motto/package.json b/motto/package.json index 80807c3..01f2bc6 100644 --- a/motto/package.json +++ b/motto/package.json @@ -10,6 +10,7 @@ "license": "MIT", "dependencies": { "express": "^4.17.1", + "express-rate-limit": "^5.1.3", "sqlite3": "^5.0.0" }, "devDependencies": { |