46 lines
1.0 KiB
JSON
46 lines
1.0 KiB
JSON
{
|
|
"name": "valnet",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"config": {
|
|
"ports": {
|
|
"relay": 5600,
|
|
"relayEnd": 5699,
|
|
"http": 5700,
|
|
"service": 5000
|
|
},
|
|
"addresses": {
|
|
"relay": "valnet.xyz"
|
|
},
|
|
"endpoints": [
|
|
"valnet.xyz:5500"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"relay": "supervisor -w relay,lib -n exit relay/index.js",
|
|
"relay:service": "supervisor -- relay/service",
|
|
"sloc": "find lib -type f | xargs wc -l"
|
|
},
|
|
"dependencies": {
|
|
"bonjour": "^3.5.0",
|
|
"express": "^4.17.1",
|
|
"express-ws": "^4.0.0",
|
|
"font-ascii": "^1.2.1",
|
|
"fs-extra": "^9.1.0",
|
|
"gradient-string": "^1.2.0",
|
|
"human-readable-ids": "^1.0.4",
|
|
"ip": "^1.1.5",
|
|
"keyv": "^4.0.3",
|
|
"keyv-file": "^0.2.0",
|
|
"md5": "^2.3.0",
|
|
"nat-upnp": "^1.1.1",
|
|
"nedb": "^1.8.0",
|
|
"node-rsa": "^1.1.1",
|
|
"printable-characters": "^1.0.42",
|
|
"signale": "^1.4.0",
|
|
"supervisor": "^0.12.0",
|
|
"yargs": "^16.1.0"
|
|
}
|
|
}
|