Inital move (minus WIP tests)

This commit is contained in:
Logan Cusano
2024-05-12 12:55:00 -04:00
parent 132d974b89
commit 580513997d
21 changed files with 4687 additions and 0 deletions

32
package.json Normal file
View File

@@ -0,0 +1,32 @@
{
"name": "drb-client",
"version": "3.0.0",
"description": "",
"main": "client.js",
"scripts": {
"test": "mocha --timeout 10000"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@discordjs/voice": "^0.16.1",
"convert-units": "^2.3.4",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"express": "^4.19.2",
"libsodium-wrappers": "^0.7.13",
"prism-media": "^1.3.5",
"replace-in-file": "^7.1.0",
"simple-git": "^3.22.0",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"chai-http": "^4.4.0",
"chai": "^5.1.0",
"mocha": "^10.4.0",
"typescript": "^5.3.3"
}
}