UNPKG

nestjs-rate-limiters

Version:
52 lines (51 loc) 1.3 kB
{ "name": "nestjs-rate-limiters", "version": "2.7.6", "description": "Highly configurable rate limiter library", "repository": { "type": "git", "url": "git+https://github.com/ozkanonur/nestjs-rate-limiter.git" }, "keywords": [ "nestjs", "nest", "rate-limiter", "request-limiter", "security" ], "main": "dist/index.js", "author": "Ryan Dowling <ryan@ryandowling.me>", "contributors": [ "Ryan Dowling <ryan@ryandowling.me>", "Onur Ozkan <onurozkan.dev@outlook.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/ozkanonur/nestjs-rate-limiter/issues" }, "homepage": "https://github.com/ozkanonur/nestjs-rate-limiter#readme", "publishConfig": { "access": "public" }, "scripts": { "build": "rm -rf dist && tsc -p tsconfig.json", "lint": "prettier --write lib", "test": "jest --config ./jest.config.js" }, "dependencies": { "rate-limiter-flexible": "2.1.10" }, "devDependencies": { "@nestjs/common": "latest", "@nestjs/core": "latest", "@types/jest": "^26.0.15", "@types/node": "^14.11.1", "jest": "^26.6.3", "prettier": "^2.1.1", "reflect-metadata": "0.1.13", "rxjs": "^6.6.3", "ts-node": "^9.0.0", "ts-jest": "^26.4.4", "typescript": "^4.0.2" } }