This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
valnet/package.json

37 lines
1.0 KiB
JSON
Raw Normal View History

2020-11-11 19:38:39 -05:00
{
"name": "valnet",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"config": {
"ports": {
"ns": 5500,
"relay": 5600
2020-11-12 11:43:35 -05:00
},
"addresses": {
"relay": "valnet.xyz"
2020-11-11 19:38:39 -05:00
}
},
"scripts": {
"name-server": "supervisor -w name-server,lib -n exit name-server/index.js",
"relay": "supervisor -w relay,lib -n exit relay/index.js",
2020-11-11 21:42:23 -05:00
"relay:service": "supervisor -- relay/service",
2020-11-11 19:38:39 -05:00
"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": {
2020-11-11 22:21:35 -05:00
"express": "^4.17.1",
2020-11-11 21:44:01 -05:00
"font-ascii": "^1.2.1",
2020-11-11 19:38:39 -05:00
"gradient-string": "^1.2.0",
"human-readable-ids": "^1.0.4",
"keyv": "^4.0.3",
"keyv-file": "^0.2.0",
"nedb": "^1.8.0",
"node-rsa": "^1.1.1",
"printable-characters": "^1.0.42",
"signale": "^1.4.0",
2020-11-11 23:10:43 -05:00
"supervisor": "^0.12.0",
2020-11-11 19:38:39 -05:00
"yargs": "^16.1.0"
}
}