35 lines
760 B
JSON
35 lines
760 B
JSON
{
|
|
"name": "drb-client",
|
|
"version": "3.0.0",
|
|
"description": "",
|
|
"main": "src/client.js",
|
|
"scripts": {
|
|
"test": "mocha --timeout 10000"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@discordjs/voice": "^0.17.0",
|
|
"axios": "^1.7.7",
|
|
"convert-units": "^2.3.4",
|
|
"discord.js": "^14.15.3",
|
|
"dotenv": "^16.4.5",
|
|
"ejs": "^3.1.10",
|
|
"express": "^4.19.2",
|
|
"libsodium-wrappers": "^0.7.13",
|
|
"prism-media": "^1.3.5",
|
|
"replace-in-file": "^7.2.0",
|
|
"simple-git": "^3.25.0",
|
|
"socket.io": "^4.7.5",
|
|
"socket.io-client": "^4.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^5.1.1",
|
|
"chai-http": "^5.0.0",
|
|
"mocha": "^10.4.0",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|