-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1022 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
{
"name": "emberbot",
"version": "4.0.0",
"description": "discord bot, does things.",
"main": "index.js",
"scripts": {
"start": "node --no-warnings ."
},
"dependencies": {
"@discordjs/rest": "^1.5.0",
"@discordjs/voice": "^0.14.0",
"@distube/soundcloud": "^1.3.0",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"colors.js": "^1.2.4",
"discord-api-types": "^0.37.25",
"discord.js": "^14.7.1",
"distube": "^4.0.4",
"dotenv": "^16.0.3",
"emberutils": "^1.3.0",
"jsdom": "^20.0.3",
"mcdata": "^1.1.1",
"node-fetch": "^2.6.7",
"serverline": "^1.6.0",
"shelljs": "^0.8.5",
"sqlite3": "^5.1.6",
"superagent": "^8.0.6",
"translatte": "^3.0.1"
},
"keywords": [],
"author": "emberglaze",
"license": "ISC",
"devDependencies": {
"@types/shelljs": "^0.8.11",
"@types/superagent": "^4.1.16"
}
}