-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
79 lines (79 loc) · 2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "zaltmrbot",
"version": "1.0.0",
"description": "A Discord Bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Endternvl",
"license": "ISC",
"dependencies": {
"@iamtraction/google-translate": "^1.1.2",
"akaneko": "^5.0.1",
"aki-api": "^5.2.1",
"ascii-table": "0.0.9",
"axios": "^0.21.1",
"better-sqlite3": "^7.4.1",
"canvacord": "^5.2.0",
"canvas": "^2.8.0",
"common-tags": "^1.8.0",
"covidapi": "^0.5.0",
"cpu-stat": "^2.0.1",
"discord-backup": "^2.5.0",
"discord-battleship": "^1.0.4",
"discord-buttons": "^2.4.1",
"discord-giveaways": "^4.5.1",
"discord-image-generation": "^1.4.9",
"discord-player": "^4.1.0",
"discord-reply": "^0.1.2",
"discord-ytdl-core": "^5.0.3",
"discord.js": "^12.5.3",
"enhanced.db": "^0.3.4",
"erela.js": "^2.3.3",
"erela.js-spotify": "^1.2.0",
"ffmpeg-static": "^4.3.0",
"figlet": "^1.5.0",
"give-me-a-joke": "^0.4.0",
"google-play-scraper": "^8.0.2",
"got": "^11.8.2",
"imdb-api": "^4.4.1",
"is-url": "^1.2.4",
"isgd": "^1.1.3",
"jumble-words": "^1.0.1",
"lyrics-finder": "^21.7.0",
"mathjs": "^9.4.1",
"mcapi": "^1.0.1",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.12.10",
"ms": "^2.1.3",
"nekos.life": "^2.0.7",
"node-fetch": "^2.6.1",
"p": "^0.2.0",
"parse-ms": "^3.0.0",
"pet-pet-gif": "^1.0.8",
"pokecord": "^1.0.0",
"pokedex-promise-v2": "^3.3.2",
"pretty-ms": "^7.0.1",
"quick.db": "^7.1.3",
"quickmongo": "^3.0.2",
"random-words": "^1.1.1",
"reconlx": "^1.2.41",
"request-promise-native": "^1.0.9",
"revero-db": "^1.0.0",
"snakecord": "^1.0.7",
"something-random-on-discord": "^3.4.4",
"soundcloud-downloader": "^1.0.0",
"sourcebin_js": "0.0.3-ignore",
"srod-v2": "^1.0.2",
"twemoji-parser": "^13.0.0",
"weather-js": "^2.0.0",
"weky": "^1.4.2",
"youtube-sr": "^4.0.8",
"yt-search": "^2.8.0",
"ytdl-core": "^4.8.0",
"ytdl-core-discord": "^1.3.0",
"ytpl": "^2.2.1"
}
}