-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1007 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
36
37
38
{
"name": "discord-bot",
"version": "1.0.0",
"description": "electrium discord bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/voice": "^0.16.1",
"@distube/ytdl-core": "^4.13.3",
"@google-cloud/local-auth": "^2.1.0",
"@octokit/rest": "^20.0.2",
"@web-scrobbler/metadata-filter": "^3.1.0",
"axios": "^1.6.5",
"body-parser": "^1.20.2",
"child_process": "^1.0.2",
"cors": "^2.8.5",
"csv-write-stream": "^2.0.0",
"discord-player": "^6.6.7",
"discord.js": "^14.14.1",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"googleapis": "^105.0.0",
"mime-types": "^2.1.35",
"nodemon": "^3.1.0",
"play-dl": "^1.9.7",
"selenium-webdriver": "^4.17.0",
"youtube-dl-exec": "^2.5.7"
},
"devDependencies": {
"eslint": "^8.56.0"
}
}