{
  "name": "@curiouser/rxjs-rate-limit",
  "version": "0.2.0",
  "description": "RxJS operator for complying with common rate limiting of x requests per y seconds",
  "main": "src/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/curiousercreative/rxjs-rate-limit.git"
  },
  "keywords": [
    "rxjs",
    "rate",
    "limiting",
    "ratelimit",
    "operator"
  ],
  "author": "Curiouser Creative Studio, LLC",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/curiousercreative/rxjs-rate-limit/issues"
  },
  "homepage": "https://github.com/curiousercreative/rxjs-rate-limit#readme",
  "peerDependencies": {
    "rxjs": "^7"
  },
  "devDependencies": {
    "node-fetch": "^2.6.7",
    "rxjs": "^7.5.7"
  }
}
