-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1000 Bytes
/
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
{
"name": "hynax",
"version": "22.0",
"description": "Multi Purpose Bot",
"main": "src/index.js",
"repository": "https://github.com/egirldevs/Hynaxv1",
"author": "Dani Hyders <[email protected]>",
"contributors": [
"Emily Gurnee <[email protected]>"
],
"license": "GPL-3.0-or-later",
"private": false,
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/collection": "^0.2.1",
"@discordjs/rest": "^0.1.0-canary.0",
"@keyv/mongo": "^1.1.0",
"@keyv/redis": "^2.1.2",
"array.prototype.move": "^0.0.4",
"chalk": "^4.1.2",
"discord-api-types": "^0.28.0",
"discord-fetch-all": "^3.0.2",
"discord.js": "^13.6.0",
"duration-pretty": "^0.1.1",
"keyv": "^4.0.3",
"keyv-file": "^0.2.0",
"node-emoji": "^1.11.0",
"node-fetch": "^3.0.0",
"paste.gg": "^1.0.5",
"psl": "^1.8.0",
"string-progress": "^1.8.9",
"string-url-extractor": "^1.0.1"
},
"scripts": {
"start": "node src/index.js"
}
}