forked from aoyun2/scandium_src
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 972 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
37
38
39
40
41
{
"scripts": {
"start": "node bot.js"
},
"engines": {
"node": "12.x"
},
"name": "Scandium",
"version": "0.0.1",
"description": "uh",
"main": "bot.js",
"author": "Aaron Xiong",
"dependencies": {
"ffmpeg-static": "^4.2.7",
"ffmpeg": "^0.0.4",
"yt-search": "^2.5.0",
"ytdl-core": "^4.4.5",
"ytdl-core-discord": "^1.2.5",
"socket.io": "^3.0.3",
"uuid": "^8.3.1",
"cleverbot-free": "^1.0.4",
"compressorjs": "^1.0.6",
"canvas":"^2.6.1",
"pug":"^3.0.0",
"serve-favicon": "^2.5.0",
"image-size":"^0.9.3",
"discord.js": "^11.4.2",
"filereader": "^0.10.3",
"@discordjs/opus": "^0.3.3",
"discord-ytdl-core": "^5.0.0",
"fetch-base64": "^2.1.2",
"express": "^4.17.1",
"javascript-obfuscator": "^2.6.2",
"jimp": "^0.16.1",
"jquery": "^3.5.1",
"jsdom-no-contextify": "^3.1.0",
"puppeteer": "^5.2.1",
"random-puppy": "^1.1.0",
"request": "^2.88.2"
}
}