-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
31 lines (31 loc) · 865 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
{
"name": "acceleration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/xdevnightless/Acceleration.git"
},
"author": "Nightless, contributations by Peak",
"license": "ISC",
"bugs": {
"url": "https://github.com/xdevnightless/Acceleration/issues"
},
"homepage": "https://github.com/xdevnightless/Acceleration#readme",
"dependencies": {
"@mercuryworkshop/bare-mux": "^2.0.9",
"@mercuryworkshop/epoxy-tls": "^2.1.11-1",
"@mercuryworkshop/epoxy-transport": "^2.1.11",
"@mercuryworkshop/libcurl-transport": "^1.3.10",
"@titaniumnetwork-dev/ultraviolet": "^3.2.8",
"compression": "^1.7.4",
"express": "^5.0.0",
"wisp-server-node": "^1.0.4",
"ws": "^8.16.0"
}
}