-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 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
43
44
{
"name": "discordbotjs",
"version": "1.0.0",
"description": "",
"main": "bot.js",
"scripts": {
"test": "node bot.js",
"start": "node ./out/simple_bot/simple_bot.js",
"start_tracker": "node ./out/tracker_bot/tracker_bot.js",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peturparkur/DiscordBotJS.git"
},
"type": "module",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/peturparkur/DiscordBotJS/issues"
},
"homepage": "https://github.com/peturparkur/DiscordBotJS#readme",
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"aws-sdk": "^2.1050.0",
"canvas": "^2.8.0",
"discord.js": "^12.5.3",
"dotenv": "^10.0.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"mongodb": "^4.2.2",
"node-fetch": "^3.0.0",
"node-html-parser": "^5.1.0",
"node-schedule": "^2.1.0",
"yt-search": "^2.10.2",
"ytdl-core": "^4.9.1",
"ytdl-core-discord": "^1.3.1"
},
"devDependencies": {
"@types/node": "^16.4.0",
"@types/node-schedule": "^1.3.2",
"@types/yt-search": "^2.3.2"
}
}