DefinitelyTyped/types/rate-limit-redis/package.json
Chris e72d59512c Add typings for rate-limit-redis (#39036)
* Add typings for rate-limit-redis

* Limit rate-limit-redis to TS 2.3 b/c of express-rate-limit requirement

* Bump rate-limit-redis to TS 2.7
2019-10-14 16:47:14 -07:00

7 lines
93 B
JSON

{
"private": true,
"dependencies": {
"express-rate-limit": ">=3.4.0"
}
}