lightweight-api-rate-limiter
Version:
A robust, framework-agnostic rate limiter for Node.js applications, built for scalability and ease of use
43 lines • 1.23 kB
JSON
{
"name": "lightweight-api-rate-limiter",
"version": "1.0.1",
"description": "A robust, framework-agnostic rate limiter for Node.js applications, built for scalability and ease of use",
"main": "src/index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "jest",
"lint": "eslint src/",
"prepublishOnly": "npm run test"
},
"keywords": [
"rate-limiter",
"nodejs",
"express",
"koa",
"fastify",
"redis",
"typescript",
"api-security",
"token-bucket",
"aws"
],
"author": "Ankit <private.ankit047@gmail.com> (https://imankit.hashnode.dev/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/imankii01/lightweight-api-rate-limiter.git"
},
"homepage": "https://github.com/imankii01/lightweight-api-rate-limiter#readme",
"bugs": {
"url": "https://github.com/imankii01/lightweight-api-rate-limiter/issues"
},
"devDependencies": {
"eslint": "^8.57.0",
"express": "^4.21.2",
"jest": "^29.5.0",
"supertest": "^7.1.0"
},
"publishConfig": {
"access": "public"
}
}