-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 797 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "workspace",
"version": "1.0.0",
"description": "Bot Discord **multifonctions en français** avec commandes de **modération, informations, mini-jeux, gestion et fun**. Facile à configurer et à déployer sur GitHub, Railway, Replit, ou VPS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discord-player/extractor": "^4.5.1",
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.19.2",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@snazzah/davey": "^0.1.11",
"canvas": "^3.2.3",
"discord-player": "^6.6.5",
"discord.js": "^14.26.2",
"ffmpeg-static": "^5.3.0",
"mathjs": "^15.2.0",
"node-fetch": "^3.3.2"
}
}