-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.03 KB
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": "rtguard",
"version": "1.1.5",
"type": "module",
"description": "Router Guard is an open-source, highly-customizable npm package that protects your routes against web application vulnerabilities.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmglmsr/RouterGuard.git"
},
"keywords": [
"express",
"middleware",
"security",
"HTTP",
"OWASP",
"Web Application Firewall",
"request",
"JSON",
"audit",
"attack detection",
"web security"
],
"author": "cmglmsr",
"license": "ISC",
"bugs": {
"url": "https://github.com/cmglmsr/RouterGuard/issues"
},
"homepage": "https://github.com/cmglmsr/RouterGuard#readme",
"dependencies": {
"body-parser": "^1.20.2",
"express": "^4.19.2",
"fast-levenshtein": "^3.0.0",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.1.4",
"regexgen": "^1.3.0",
"rtguard": "^1.0.5"
}
}