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

46 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2020-11-11 19:38:39 -05:00
{
"name": "valnet",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"config": {
"ports": {
2021-02-07 15:53:48 -05:00
"relay": 5600,
2021-04-01 23:22:16 -04:00
"relayEnd": 5699,
2021-02-13 23:56:20 -05:00
"http": 5700,
2021-02-15 09:30:56 -05:00
"service": 5000
2020-11-12 11:43:35 -05:00
},
"addresses": {
"relay": "valnet.xyz"
2021-04-01 23:22:16 -04:00
},
"endpoints": [
"valnet.xyz:5500"
]
2020-11-11 19:38:39 -05:00
},
"scripts": {
"relay": "supervisor -w relay,lib -n exit relay/index.js",
2020-11-11 21:42:23 -05:00
"relay:service": "supervisor -- relay/service",
2021-04-01 23:22:16 -04:00
"sloc": "find lib -type f | xargs wc -l"
2020-11-11 19:38:39 -05:00
},
"dependencies": {
2021-04-01 23:22:16 -04:00
"bonjour": "^3.5.0",
2020-11-11 22:21:35 -05:00
"express": "^4.17.1",
2021-02-15 09:30:56 -05:00
"express-ws": "^4.0.0",
2020-11-11 21:44:01 -05:00
"font-ascii": "^1.2.1",
2021-04-01 23:22:16 -04:00
"fs-extra": "^9.1.0",
2020-11-11 19:38:39 -05:00
"gradient-string": "^1.2.0",
"human-readable-ids": "^1.0.4",
"ip": "^1.1.5",
2020-11-11 19:38:39 -05:00
"keyv": "^4.0.3",
"keyv-file": "^0.2.0",
2021-04-01 23:22:16 -04:00
"md5": "^2.3.0",
"nat-upnp": "^1.1.1",
2020-11-11 19:38:39 -05:00
"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"
}
}