UNPKG

node-api-limiter

Version:

A Library to add the limits on the routes in server.

59 lines (58 loc) 1.24 kB
{ "name": "node-api-limiter", "version": "1.1.3", "description": "A Library to add the limits on the routes in server.", "scripts": { "start": "node lib/main.js", "test": "./node_modules/jest/bin/jest.js", "test-coverage": "./node_modules/jest/bin/jest.js --coverage " }, "repository": { "type": "git", "url": "git+https://github.com/zee7han/api-limiter.git" }, "main": "lib/main.js", "files": [ "lib/" ], "keywords": [ "api-limiter", "node-api-limiter", "limit", "limiter", "apilimiter", "api", "ratelimit", "rate-limit", "rate", "domain-based-limiter", "node-rate-limiter", "bruteforce", "api-throttling", "throttling", "api-window", "windowing", "node-server-limiter", "express-limiter", "domain", "domain-limiter", "security", "policies", "middleware", "auth", "authorization" ], "author": "Mohammad Zeeshan", "license": "ISC", "bugs": { "url": "https://github.com/zee7han/api-limiter/issues" }, "homepage": "https://github.com/zee7han/api-limiter#readme", "dependencies": { "redis": "3.0.2" }, "devDependencies": { "express": "4.17.1", "jest": "26.6.3" } }