-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 892 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 892 Bytes
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
{
"name": "falconlink",
"version": "2.0.0",
"description": "A web proxy designed to be sleek, cuzomizable, and feature-packed.",
"type": "module",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"proxy",
"games",
"web proxy",
"unblocker",
"unblocked"
],
"author": "Falcon Network",
"license": "GPL-3.0-or-later",
"dependencies": {
"@mercuryworkshop/bare-mux": "^2.0.9",
"@mercuryworkshop/epoxy-transport": "^2.1.11",
"@titaniumnetwork-dev/ultraviolet": "^3.2.7",
"body-parser": "^1.20.3",
"express": "^4.21.0",
"express-http-proxy": "^2.1.1",
"express-session": "^1.18.0",
"wisp-server-node": "^1.1.7",
"ws": "^8.18.0"
},
"devDependencies": {
"eslint": "^8.36.0",
"prettier": "^2.8.4"
}
}