forked from TerbiumOS/terbulence-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 856 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
32
33
34
{
"name": "terbium",
"version": "2.0xyz",
"description": "A Instance of Terbium WebOS!",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [
"proxy"
],
"author": "snoot69",
"dependencies": {
"@mercuryworkshop/bare-mux": "^1.0.7",
"@mercuryworkshop/libcurl-transport": "^1.3.1",
"@tomphttp/bare-server-node": "^2.0.3",
"express": "^4.19.2",
"path": "^0.12.7",
"serve-static": "^1.15.0",
"simplebar": "^6.2.5",
"wisp-server-node": "^1.0.4",
"ws": "^8.16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TerbiumOS/webOS.git"
},
"bugs": {
"url": "https://github.com/TerbiumOS/webOS/issues"
},
"homepage": "https://github.com/TerbiumOS/webOS#readme"
}