diff --git a/package.json b/package.json index 70b346d..ace515e 100644 --- a/package.json +++ b/package.json @@ -19,9 +19,10 @@ ], "author": "L0SER8228", "dependencies": { - "express": "^4.18.2", - "ytdl-core": "^4.11.4", "ejs": "^3.1.9", - "ffmpeg-static": "^5.1.0" + "express": "^4.18.2", + "express-rate-limit": "^6.7.0", + "ffmpeg-static": "^5.1.0", + "ytdl-core": "^4.11.4" } -} \ No newline at end of file +}