-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.31 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.31 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "pwalauncher",
"version": "1.0.46",
"description": "The PWA launcher for react-declarative",
"main": "index.mjs",
"bin": "index.mjs",
"scripts": {
"start": "node index.mjs",
"test": "node --inspect-brk index.mjs"
},
"keywords": [
"react-declarative",
"pwa",
"reverse-proxy",
"https",
"http",
"port-forwarding",
"path-proxy",
"proxy",
"cors",
"mixed-content",
"same-origin",
"websocket",
"osint",
"honeypot"
],
"license": "MIT",
"author": {
"name": "Petr Tripolsky",
"email": "tripolskypetr@gmail.com",
"url": "https://github.com/tripolskypetr"
},
"funding": {
"type": "individual",
"url": "http://paypal.me/tripolskypetr"
},
"homepage": "https://github.com/tripolskypetr/pwalauncher",
"repository": "https://github.com/tripolskypetr/pwalauncher",
"dependencies": {
"body-parser": "1.20.2",
"cookie-parser": "1.4.6",
"dotenv": "16.4.5",
"express": "4.19.2",
"http-proxy-middleware": "2.0.6",
"http2-express-autopush": "1.0.5",
"http2-express-bridge": "1.0.7",
"jsonwebtoken": "8.5.1",
"nocache": "4.0.0",
"pino": "8.20.0",
"pino-express": "1.1.1",
"rotating-file-stream": "3.2.1",
"serialize-error": "11.0.3",
"sockjs": "0.3.24",
"uuid": "9.0.1"
}
}