-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 823 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 823 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
26
27
28
29
30
31
32
{
"name": "Discordbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/bot.js",
"dev": "nodemon --unhandled-rejections=strict ./src/bot.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.4.0",
"axios": "^0.21.4",
"cheerio": "^1.0.0-rc.10",
"discord-prefix": "^2.0.0",
"discord.js": "^12.5.1",
"discord.js-commando": "^0.12.0",
"dotenv": "^8.2.0",
"ffmpeg-static": "^4.2.7",
"form-data": "^4.0.0",
"isomorphic-fetch": "^3.0.0",
"mongodb": "^3.6.4",
"node-fetch": "^2.6.1",
"simple-youtube-api": "^5.2.1",
"unsplash-js": "^7.0.4",
"yt-search": "^2.10.1",
"ytdl-core": "^4.9.1"
}
}