UNPKG

@jojoee/nestjs-rate-limiter

Version:
48 lines (47 loc) 1.2 kB
{ "name": "@jojoee/nestjs-rate-limiter", "version": "2.7.9", "description": "Highly configurable rate limiter library", "repository": { "type": "git", "url": "git+https://github.com/jojoee/nestjs-rate-limiter.git" }, "keywords": [ "nestjs", "nest", "rate-limiter", "request-limiter", "security" ], "main": "dist/index.js", "author": "Nathachai Thongniran <inid3a@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/jojoee/nestjs-rate-limiter/issues" }, "homepage": "https://github.com/jojoee/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" } }