-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·84 lines (84 loc) · 2.41 KB
/
package.json
File metadata and controls
executable file
·84 lines (84 loc) · 2.41 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
{
"name": "phoenixbot",
"version": "1.0.0",
"description": "This is a discord bot by SylveonDev.",
"main": "index.js",
"scripts": {
"start": "node .",
"lint": "eslint . --fix",
"dev": "nodemon .",
"update": "git pull",
"prettier": "prettier * -w"
},
"keywords": [
"PhoenixBot",
"discord-bot",
"utility"
],
"author": "SylveonDev",
"license": "MIT",
"homepage": "https://phoenix.sylveondev.xyz",
"repository": {
"type": "github",
"url": "https://github.com/Team-Custard/PhoenixBot"
},
"type": "commonjs",
"dependencies": {
"@dbd-soft-ui/shards": "^1.0.2",
"@discordjs/discord.js": "github:discordjs/discord.js",
"@discordjs/rest": "^2.2.0",
"@google-cloud/translate": "^8.3.0",
"@napi-rs/canvas": "^0.1.52",
"@sapphire/discord.js-utilities": "^7.3.0",
"@sapphire/framework": "^5.2.1",
"@sapphire/plugin-hmr": "^3.0.2",
"@sapphire/plugin-scheduled-tasks": "^10.0.1",
"@sapphire/plugin-subcommands": "^6.0.3",
"bent": "^7.3.12",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.3",
"bootstrap-select": "^1.14.0-beta3",
"bullmq": "^5.10.4",
"canvacord": "^6.0.2",
"deepl-node": "^1.13.0",
"discord-api-types": "^0.37.97",
"discord-hybrid-sharding": "^2.2.6",
"discord-interactions": "^3.4.0",
"discord-perms-array": "^1.0.4",
"discord.js": "^14.16.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"emoji-progressbar": "^2.0.2",
"express": "^4.19.2",
"google-auth-library": "^9.14.2",
"imgur": "^2.4.2",
"install": "^0.13.0",
"jquery": "^3.7.1",
"languagedetect": "^2.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mongoose": "^8.3.1",
"ms": "^2.1.3",
"node-fetch": "^2.7.0",
"node-reverse-image-search": "^1.0.2",
"npm": "^10.8.1",
"ordinal-js": "^1.1.0",
"os-utils": "^0.0.14",
"phoenixbot": "file:",
"pretty-ms": "git+https://github.com/Sylveondev/pretty-ms.git",
"reddit": "^1.2.1",
"sequelize": "^6.37.2",
"speedgoose": "^2.0.13",
"text-language-detector": "^1.0.7",
"translate": "^1.4.1",
"undici": "^6.12.0",
"weird-to-normal-chars": "^1.8.3",
"youtube-search": "^1.1.6"
},
"devDependencies": {
"@sapphire/ts-config": "^5.0.1",
"eslint": "^8.57.0",
"nodemon": "^3.1.0",
"prettier": "3.3.3"
}
}