-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
39 lines (39 loc) · 827 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "egg-ratelimiter",
"version": "0.1.0",
"description": "Abstract rate limiter for eggjs",
"eggPlugin": {
"name": "ratelimiter"
},
"dependencies": {
"ratelimiter": "^3.2.0",
"ms": "^2.1.1",
"debug": "^4.1.0"
},
"devDependencies": {
"@types/ms": "^0.7.30",
"@types/ratelimiter": "^2.1.28",
"@types/debug": "0.0.31"
},
"keywords": [
"egg",
"ratelimiter",
"egg-ratelimiter"
],
"engines": {
"node": ">=8.9.0"
},
"ci": {
"version": "8, 9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZQun/egg-ratelimiter.git"
},
"author": "https://github.com/ZQun",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZQun/egg-ratelimiter/issues"
},
"homepage": "https://github.com/ZQun/egg-ratelimiter#readme"
}