forked from ccsgames/og-v3.5.1
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 785 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 785 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
{
"name": "uv-app",
"version": "1.0.0",
"description": "Ultraviolet instance",
"type": "module",
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"proxy"
],
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"@titaniumnetwork-dev/ultraviolet": "^1.0.5",
"@tomphttp/bare-server-node": "^1.2.2",
"express": "^4.18.2",
"git-last-commit": "^1.0.1",
"nodemon": "^2.0.20",
"particles.js": "^2.0.0",
"ultraviolet-static": "https://github.com/titaniumnetwork-dev/Ultraviolet-Static/releases/download/v1.0.0/ultraviolet-static-1.0.0.tgz"
},
"devDependencies": {
"eslint": "^8.23.1",
"prettier": "^2.7.1"
}
}