-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
70 lines (70 loc) · 1.87 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
{
"name": "discordbot",
"version": "1.0.0",
"description": "A bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SpikySpike",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/opus": "^0.5.3",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.6.0",
"@mapbox/node-pre-gyp": "^1.0.5",
"@sapphire/async-queue": "^1.1.7",
"axios": "^0.21.4",
"badwords": "^1.0.0",
"canvacord": "^5.2.3",
"canvas": "^2.8.0",
"canvas-constructor": "^5.0.1",
"clipboardy": "^2.3.0",
"colorthief": "^2.3.2",
"discord-api-types": "^0.23.1",
"discord-minigames": "^1.2.2",
"discord-music-player": "^8.1.0",
"discord-player": "^5.1.0",
"discord-prefix": "^3.0.0",
"discord-reply": "^0.1.2",
"discord-rpc": "^4.0.1",
"discord-tictactoe": "^2.1.1",
"discord-together": "^1.3.0",
"discord.js": "^13.2.0",
"discord.js-minesweeper": "^1.0.6",
"dotenv": "^10.0.0",
"ffmpeg-static": "^4.4.0",
"free-translate": "^0.4.0",
"gif-search": "^2.1.0",
"google": "^2.1.0",
"google-search-results-nodejs": "^2.0.1",
"images-scraper": "^6.3.0",
"jshint": "^2.13.1",
"lunr": "^2.3.9",
"mathjs": "^9.4.4",
"millify": "^4.0.0",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"mongodb": "^3.6.10",
"mongoose": "^6.0.10",
"ms": "^2.1.3",
"npm": "^7.23.0",
"nsfwjs": "^2.4.1",
"quick.db": "^7.1.3",
"random-sentence": "^1.0.4",
"skia-canvas": "^0.9.25",
"to-zalgo": "^1.0.1",
"translate": "^1.3.0",
"twitter": "^1.7.1",
"twitter-api-v2": "^1.5.1",
"weather-js": "^2.0.0",
"weird-to-normal-chars": "^1.6.0",
"weky": "^3.1.8",
"yt-search": "^2.9.0",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"nodemon": "^2.0.13"
}
}