-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
50 lines (50 loc) · 1.14 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
45
46
47
48
49
50
{
"name": "DISCORD.JS_TUTORIAL",
"version": "0.0.1",
"description": "SUBSCRIBE TO MY CHANNEL",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"@discordjs/opus": "^0.3.2",
"ascii-table": "^0.0.9",
"canvacord": "^5.2.1",
"canvas": "^2.6.1",
"discord-buttons": "^4.0.0",
"discord-canvas": "^1.3.2",
"discord-player": "^3.2.1",
"discord-xp": "^1.1.16",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"ffmpeg-static": "^4.4.0",
"fs": "^0.0.2",
"moment": "^2.29.1",
"mongoose": "^5.13.2",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.2.3",
"opusscript": "^0.0.7",
"quickmongo": "^3.0.0",
"simple-youtube-api": "^5.2.1",
"sourcebin_js": "^0.0.2",
"srod-v2": "^1.0.1",
"srod-v3": "^1.0.2",
"tinyurl": "^1.1.7",
"yt-search": "^2.9.0",
"ytdl-core": "^4.8.3",
"ytdl-core-discord": "^1.3.1"
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://github.com/parasop/discors.js-bot-v12"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}