-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 907 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
{
"name": "Discord_Bot",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"devStart": "nodemon bot.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"crawler": "^1.3.0",
"discord-dynamic-music-bot-addon": "^2.1.9",
"discord-ytdl-core": "^5.0.0",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.2.7",
"googleapis": "^66.0.0",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.6",
"opusscript": "0.0.7",
"puppeteer": "^5.5.0",
"puppeteer-core": "^5.5.0",
"soundcloud-downloader": "^0.2.1",
"youtube-api-search-reloaded": "^3.0.1",
"youtube-audio-stream": "^0.3.6",
"youtube-search": "^1.1.4",
"youtube-sr": "^2.0.4",
"ytdl-core": "^4.1.4",
"ytdl-core-discord": "^1.2.4",
"ytsr": "^1.0.4"
}
}