-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 939 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 939 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
33
34
{
"name": "SMD-Bot",
"version": "2.0.0",
"description": "A SMD discord bot",
"main": "index.js",
"repository": "https://github.com/Shubham-md786/SMD-Bot.git",
"author": "Shubham Dhameliya <shubhamdhameliyaweb@gmail.com>",
"license": "MIT",
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/rest": "^0.5.0",
"ascii-table": "^0.0.9",
"axios": "^0.27.2",
"colornames": "^1.1.1",
"common-tags": "^1.8.2",
"cpu-stat": "^2.0.1",
"discord-api-types": "^0.33.5",
"discord-backup": "^3.2.1",
"discord-bitfield-calculator": "^1.0.0",
"discord-giveaways": "^5.2.1",
"discord.js": "^13.7.0",
"discord.js-akinator": "^3.4.5",
"jaro-winkler": "^0.2.8",
"lyrics-finder": "^21.7.0",
"mathjs": "^10.6.4",
"moment": "^2.29.3",
"ms": "^2.1.3",
"weather-js": "^2.0.0",
"yt-search": "^2.10.3"
},
"devDependencies": {
"colors": "^1.4.0"
}
}