forked from ZekeAzrail/Andoi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.86 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
{
"name": "andoi",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"@k3rn31p4nic/google-translate-api": "^1.1.1",
"@top-gg/sdk": "^3.1.1",
"aki-api": "^5.2.1",
"andoi-util": "^1.2.0",
"axios": "^0.21.1",
"canvacord": "^5.2.0",
"canvas": "^2.8.0",
"canvas-constructor": "^4.1.0",
"chalk": "^4.1.1",
"chatcord": "0.0.5",
"chroma-js": "^2.1.2",
"common-tags": "^1.8.0",
"covidtracker": "^2.0.1",
"dankmemer": "^1.0.1",
"dateformat": "^4.5.1",
"discord-backup": "^2.4.1",
"discord-buttons": "^3.0.1",
"discord-canvas": "^1.4.1",
"discord-fetch-all": "^3.0.2",
"discord-giveaways": "github:Androz2091/discord-giveaways#develop",
"discord-image-generation": "^1.4.9",
"discord-player": "github:Snowflake107/discord-player#develop",
"discord-rpc": "^3.2.0",
"discord-starboards": "^2.2.3",
"discord.js": "github:tovade/discord.js",
"ejs": "^3.1.6",
"express": "^4.17.1",
"ffmpeg-static": "^4.3.0",
"figlet": "^1.5.0",
"fortnite": "^4.3.2",
"git-last-commit": "^1.0.0",
"glob": "^7.1.7",
"google-play-scraper": "^8.0.2",
"hastebin.js": "^1.3.2",
"http": "0.0.1-security",
"imdb-api": "^4.4.1",
"jimp": "^0.16.1",
"mathjs": "^9.4.1",
"module": "^1.2.5",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.12.11",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.5",
"node-superfetch": "^0.2.2",
"nodemon": "^2.0.7",
"pastebin-api": "^1.0.2",
"perf_hooks": "0.0.1",
"quickmongo": "^3.0.2",
"srod-v2": "^1.0.2",
"url": "^0.11.0",
"weather-js": "^2.0.0",
"ytdl-core": "^4.5.0"
}
}