-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.35 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "webaccess",
"version": "1.7.0",
"description": "Access Management Reverse Proxy based on JWT.",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node .",
"dev": "cross-env NODE_ENV=development nodemon .",
"action": "node node_modules/webaccess-actions",
"updateMaxMindDb": "node ./node_modules/geoip-lite/scripts/updatedb.js"
},
"author": "SorinGFS (https://github.com/SorinGFS)",
"repository": {
"type": "git",
"url": "git://github.com/SorinGFS/webaccess.git"
},
"license": "MIT",
"dependencies": {
"dotenv": "^16.0.3",
"express": "4.18.2",
"express-http-proxy": "^1.6.3",
"pluralize": "^8.0.0",
"webaccess-actions": "1.7.0",
"webaccess-middlewares": "1.7.0",
"webaccess-servers": "1.7.0",
"zerodep": "1.7.0"
},
"devDependencies": {
"commander": "^8.2.0",
"cross-env": "^7.0.3",
"nodemon": "^2.0.13"
},
"engines": {
"node": ">=12.19.0",
"npm": ">=6.0.0"
},
"keywords": [
"jwt",
"access",
"proxy",
"api",
"auth",
"framework",
"http",
"json",
"security",
"MongoDB",
"infrastructure",
"backend",
"open source",
"self hosted",
"javascript"
],
"bugs": {
"url": "https://github.com/SorinGFS/webaccess/issues"
},
"homepage": "https://github.com/SorinGFS/webaccess#readme"
}