{
  "name": "precise-memory-rate-limit",
  "version": "2.0.1",
  "type": "module",
  "description": "A store for express-rate-limit that provides precise in memory rate limit storage.",
  "main": "lib/index.ts",
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JGLTechnologies/precise-memory-rate-limit.git"
  },
  "keywords": [
    "ratelimit",
    "express",
    "express-rate-limit",
    "rate-limit",
    "memory"
  ],
  "author": "Nebula",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/JGLTechnologies/precise-memory-rate-limit/issues"
  },
  "homepage": "https://github.com/JGLTechnologies/precise-memory-rate-limit",
  "devDependencies": {
    "express": "^4.18.1",
    "express-rate-limit": "^6.6.0",
    "tsc": "^2.0.4",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "express-rate-limit": ">=6"
  }
}
