17 lines
333 B
JSON
Executable file
17 lines
333 B
JSON
Executable file
{
|
|
"name": "rate-limiter",
|
|
"version": "1.0.0",
|
|
"description": "Custom rate limiting middleware for Node.js",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"rate-limiting",
|
|
"rate-limiter",
|
|
"secure-api",
|
|
"throttling",
|
|
"middleware",
|
|
"node"
|
|
],
|
|
"author": "Digimantra Labs",
|
|
"license": "MIT"
|
|
}
|