-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 847 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
35
36
{
"name": "terbium",
"version": "1.44-LTS",
"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"
],
"engines" : {
"npm" : ">=8.7.0 <10.2.0",
"node" : ">=18.0.0 <20.0.0"
},
"author": "snoot69",
"dependencies": {
"@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"
}