Files
DRBv3/client/package.json
Logan Cusano 6cae18e70c
Some checks failed
DRB Build Tests / drb_build_and_test (push) Failing after 58s
Update PDAB tests
- These new tests will likely not run in actions due to pyaudio
2024-04-27 23:34:30 -04:00

32 lines
710 B
JSON

{
"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"
}
}