{
  "name": "@mvp-rockets/namma-ratelimit",
  "version": "1.0.0-beta.0",
  "description": "A package to handle ratelimit in node apis",
  "main": "ratelimit.js",
  "scripts": {
    "dev": "nodemon index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mvp-rockets/namma-ratelimit.git"
  },
  "keywords": [
    "express",
    "ratelimit",
    "napses",
    "mvp-rockets",
    "node",
    "redis",
    "express-rate-limit",
    "folktale",
    "ramda"
  ],
  "author": "yash@napses.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mvp-rockets/namma-ratelimit/issues"
  },
  "homepage": "https://github.com/mvp-rockets/namma-ratelimit#readme",
  "dependencies": {
    "@mvp-rockets/namma-lib": "^1.1.9",
    "app-module-path": "^2.2.0",
    "cls-hooked": "^4.2.2",
    "express": "^4.18.1",
    "express-rate-limit": "^6.6.0",
    "nodemon": "^2.0.19",
    "rate-limit-redis": "^3.0.1",
    "redis": "^4.3.1",
    "uuid": "^9.0.0"
  }
}
