Files
DRBv3/client/package.json
Logan Cusano 854c73cc4e
All checks were successful
Client Tests / test (push) Successful in 1m30s
Run Socket Server Tests / test (push) Successful in 1m15s
Testing updates
- Added client tests, started with the pdabHandler interactions
- Updated caps in socket server tests
- Updated pdabHandler with uniform 'guild_id'
- Updated pdabHandler with production check to launch or not launch the python client
-
2024-04-14 15:47:29 -04:00

32 lines
684 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": "^5.1.0",
"mocha": "^10.4.0",
"typescript": "^5.3.3"
}
}