28 lines
613 B
JSON
28 lines
613 B
JSON
{
|
|
"name": "uv-app",
|
|
"version": "1.0.0",
|
|
"description": "Ultraviolet instance",
|
|
"type": "module",
|
|
"engines": {
|
|
"npm": ">=7.0.0",
|
|
"node": ">=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"keywords": [
|
|
"proxy"
|
|
],
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@titaniumnetwork-dev/ultraviolet": "^2.0.0-beta",
|
|
"@tomphttp/bare-server-node": "^2.0.0-beta",
|
|
"express": "^4.18.2",
|
|
"ultraviolet-static": "github:titaniumnetwork-dev/Ultraviolet-Static"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.36.0",
|
|
"prettier": "^2.8.4"
|
|
}
|
|
}
|