@irfanreza/nestjs-rate-limiter
Version:
Forked package from ozkanonur/nestjs-rate-limiter. Highly configurable and extensible rate limiter library
52 lines (51 loc) • 1.38 kB
JSON
{
"name": "@irfanreza/nestjs-rate-limiter",
"version": "1.2.1",
"description": "Forked package from ozkanonur/nestjs-rate-limiter. Highly configurable and extensible rate limiter library",
"repository": {
"type": "git",
"url": "git+https://github.com/irfanreza/nestjs-rate-limiter.git"
},
"keywords": [
"nestjs",
"nest",
"rate-limiter",
"request-limiter",
"security"
],
"main": "dist/index.js",
"author": "Irfan Reza <muhammad.irfan.reza@gmail.com>",
"contributors": [
"Irfan Reza <muhammad.irfan.reza@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/irfanreza/nestjs-rate-limiter/issues"
},
"homepage": "https://github.com/irfanreza/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": {
"express": "^4.18.1",
"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"
}
}