@canmertinyo/rate-limiter-mongo
Version:
A simple rate-limiting middleware for Express.js with support for in-memory, Redis, and MongoDB storage
40 lines (39 loc) • 920 B
JSON
{
"name": "@canmertinyo/rate-limiter-mongo",
"description": "A simple rate-limiting middleware for Express.js with support for in-memory, Redis, and MongoDB storage",
"version": "2.1.9",
"main": "dist/index.js",
"license": "MIT",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/c4nzin/rate-limiter-express"
},
"scripts": {
"build": "tsc",
"publish": "npm publish"
},
"keywords": [
"rate-limiter",
"express",
"middleware",
"redis",
"mongodb",
"in-memory",
"rate-limit-express",
"api-rate-limiting",
"express-middleware",
"nodejs"
],
"author": "c4nzin",
"devDependencies": {
"@types/express": "^5.0.0",
"typescript": "^5.7.2"
},
"dependencies": {
"@canmertinyo/rate-limiter-core": "^1.3.9"
},
"publishConfig": {
"access": "public"
}
}