-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.55 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
51
52
53
54
55
56
57
58
59
{
"name": "mybot",
"version": "1.0.0",
"description": "GDSC LPU Discord Moderation Bot",
"main": "app.js",
"author": "Nikhil Mahana",
"dependencies": {
"axios": "^0.21.1",
"buttons": "^0.1.2",
"dbd.js": "^3.0.7",
"delay": "^5.0.0",
"discord-botkit": "^0.0.2",
"discord-button-pages": "^1.1.9",
"discord-button-plugin": "^1.0.1",
"discord-buttons": "^4.0.0",
"discord-buttons-plugin": "^2.2.0",
"discord-chatbot": "^2.0.2",
"discord-menus": "^1.0.8",
"discord-player": "^5.1.0",
"discord.io": "^2.5.3",
"discord.js": "^12.5.3",
"discord.js-poll-embed": "^1.0.2",
"discordutility": "^0.2.6",
"distube": "^2.8.15",
"dotenv": "^8.6.0",
"erela.js": "^2.3.3",
"erela.js-spotify": "^1.2.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"get": "^1.4.0",
"giphy-js-sdk-core": "^1.0.6",
"google-it": "^1.6.2",
"got": "^11.8.2",
"humanize-duration": "^3.27.0",
"jikan-node": "^1.2.1",
"math.js": "^1.1.46",
"mathjs": "^9.4.4",
"moment": "^2.29.1",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"node-superfetch": "^0.2.3",
"parse-ms": "^3.0.0",
"quick.db": "^7.1.3",
"quick.eco": "^6.0.0",
"random-anime": "^1.0.6",
"random-puppy": "^1.1.0",
"request": "^2.88.2",
"smartestchatbot": "^2.0.1",
"superagent": "^6.1.0",
"util": "^0.12.4",
"weather-js": "^2.0.0",
"winston": "^3.3.3",
"ytsr": "^3.5.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}