-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.27 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.27 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "yarn",
"version": "1.0.3",
"description": "Discord bot made in discord.js",
"main": "index.js",
"scripts": {
"start": "forever index.js"
},
"author": "Aspekts",
"license": "MIT",
"keywords": [
"discord",
"Easy",
"Economy",
"bot",
"discord.js",
"discordjs",
"moderation"
],
"dependencies": {
"@discordjs/opus": "^0.5.3",
"@discordjs/voice": "^0.6.0",
"ascii-table": "^0.0.9",
"bad-words": "^3.0.4",
"beautify": "^0.0.8",
"body-parser": "^1.19.0",
"canvacord": "^5.2.1",
"discord-canvas": "^1.4.1",
"discord-giveaways": "^4.5.1",
"discord-player": "^5.0.2",
"discord-together": "^1.1.14",
"discord.js": "^13.1.0",
"discord.js-collector": "^1.8.9",
"discord.js-commando": "^0.12.2",
"discordjs-button-pagination": "^1.0.6",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"enmap": "^5.8.5",
"express": "^4.17.1",
"express-partials": "^0.3.0",
"express-session": "^1.17.2",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^4.4.0",
"figlet": "^1.5.0",
"forever": "^4.0.1",
"got": "^11.8.2",
"humanize": "0.0.9",
"humanize-duration": "^3.27.0",
"hypixel-api-nodejs": "^0.1.5",
"libsodium": "^0.7.9",
"libsodium-wrappers": "^0.7.9",
"memer-api": "^3.0.2",
"mongoose": "^5.11.15",
"ms": "^2.1.3",
"node-fetch": "^2.6.1",
"node-os-utils": "^1.3.5",
"node-superfetch": "^0.2.3",
"node-twitch": "^0.4.5",
"normalize-url": "^6.1.0",
"opusscript": "^0.0.8",
"os": "^0.1.1",
"parse-ms": "^2.1.0",
"pm2": "^5.1.0",
"quick.db": "^7.1.3",
"quick.eco": "^2.0.3",
"quickmongo": "^4.0.0",
"random-puppy": "^1.1.0",
"sequelize": "^6.5.0",
"sodium": "^3.0.2",
"structures": "^0.1.3",
"system-health-monitor": "^1.2.1",
"timer-stopwatch-dev": "^1.1.0",
"tweetnacl": "^1.0.3",
"weather-js": "^2.0.0",
"ws": "^7.5.3"
},
"engines": {
"node": "16.x"
},
"repository": {
"type": "git",
"url": "github.com/aspekts/yarn"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0"
}
}