-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 999 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
40
41
42
43
{
"name": "adonis-throttle",
"version": "2.3.6",
"description": "A rate limiter for Adonis 4.1",
"main": "src/Throttle.js",
"scripts": {
"test": "mocha --timeout 5000",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/masasron/adonis-throttle.git"
},
"keywords": [
"rate",
"limiter",
"nodejs",
"throttle",
"adonis",
"node",
"adonisjs"
],
"author": "Ron Masas",
"contributors": [
"Andrew Jo <[email protected]> (https://github.com/AndrewJo)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/masasron/adonis-throttle/issues"
},
"homepage": "https://github.com/masasron/adonis-throttle#readme",
"devDependencies": {
"@adonisjs/fold": "^4.0.9",
"@adonisjs/sink": "^1.0.17",
"mocha": "^6.1.0"
},
"dependencies": {
"@adonisjs/generic-exceptions": "^3.0.1",
"snyk": "^1.316.1"
},
"snyk": true
}