Spaces:
Runtime error
Runtime error
File size: 530 Bytes
b58c6cb ee54c4a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"type": "module",
"scripts": {
"start": "node --dns-result-order=ipv4first --openssl-legacy-provider src/connection/index.js"
},
"dependencies": {
"@performanc/voice": "^1.0.5",
"opusscript": "^0.0.8",
"prism-media": "^1.3.5",
"sodium-native": "^4.0.4"
},
"name": "nodelink",
"description": "Performant LavaLink replacement written in Node.js.",
"version": "1.0.0",
"main": "config.js",
"directories": {
"doc": "docs"
},
"devDependencies": {},
"author": "",
"license": "ISC"
} |