41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "valnet",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"config": {
|
|
"ports": {
|
|
"relay": 5600,
|
|
"http": 5700,
|
|
"service": 5000
|
|
},
|
|
"addresses": {
|
|
"relay": "valnet.xyz"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"name-server": "supervisor -w name-server,lib -n exit name-server/index.js",
|
|
"relay": "supervisor -w relay,lib -n exit relay/index.js",
|
|
"relay:service": "supervisor -- relay/service",
|
|
"client:a": "supervisor -w client,lib -n exit -- client/index.js --profile J2aV59rsIgcdd5k2",
|
|
"client:b": "supervisor -w client,lib -n exit -- client/index.js --profile LsE8OnVzr1iYrkT0"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"express-ws": "^4.0.0",
|
|
"font-ascii": "^1.2.1",
|
|
"gradient-string": "^1.2.0",
|
|
"human-readable-ids": "^1.0.4",
|
|
"ip": "^1.1.5",
|
|
"keyv": "^4.0.3",
|
|
"keyv-file": "^0.2.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"
|
|
}
|
|
}
|