-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 882 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
34
35
{
"engines": {
"node": "18.3.0"
},
"name": "dc-bot-punisher",
"version": "1.0.0",
"description": "A bot which punish the eretics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pgossa/Dc-bot-punisher.git"
},
"author": "Pierre GOSSA",
"license": "ISC",
"bugs": {
"url": "https://github.com/pgossa/Dc-bot-punisher/issues"
},
"homepage": "https://github.com/pgossa/Dc-bot-punisher#readme",
"dependencies": {
"@discordjs/builders": "^0.14.0",
"@discordjs/opus": "^0.5.3",
"@discordjs/rest": "^0.5.0",
"@discordjs/voice": "^0.10.0",
"discord-api-types": "^0.33.3",
"discord.js": "^13.7.0",
"ffmpeg-static": "^4.4.1",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"eslint": "^8.17.0"
}
}