-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.18 KB
/
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
39
40
41
42
{
"name": "denisdiscordbot",
"version": "1.0.0",
"description": "**My first project on discord.**",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deniscerri/denisDiscordBot.git"
},
"author": "Denis Çerri",
"license": "ISC",
"bugs": {
"url": "https://github.com/deniscerri/denisDiscordBot/issues"
},
"homepage": "https://github.com/deniscerri/denisDiscordBot#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^0.5.0",
"@discordjs/voice": "^0.7.5",
"axios": "^0.24.0",
"discord-api-types": "^0.36.2",
"discord.js": "^14.2.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"images-scraper": "^6.4.1",
"jimp": "^0.16.2",
"libsodium-wrappers": "^0.7.9",
"lyrics-parse": "^1.1.1",
"play-dl": "^1.9.4",
"puppeteer": "^15.5.0",
"puppeteer-core": "^15.5.0",
"spotifydl-core": "^0.2.0",
"yt-search": "^2.10.2",
"ytdl-core": "^4.11.2",
"ytdl-core-discord": "^1.3.1",
"ytpl": "^2.2.3"
}
}