forked from Team-Custard/PhoenixBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·54 lines (54 loc) · 1.32 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
{
"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"
},
"keywords": [
"PhoenixBot",
"discord-bot",
"utility"
],
"author": "SylveonDev",
"license": "MIT",
"homepage": "https://phoenixbot.epicgamer.org",
"repository": {
"type": "github",
"url": "https://github.com/Team-Custard/PhoenixBot"
},
"dependencies": {
"@discordjs/rest": "^2.2.0",
"@napi-rs/canvas": "^0.1.52",
"@sapphire/framework": "^5.2.1",
"@sapphire/plugin-subcommands": "^6.0.3",
"bent": "^7.3.12",
"body-parser": "^1.20.2",
"discord-api-types": "^0.37.79",
"discord-interactions": "^3.4.0",
"discord-perms-array": "^1.0.4",
"discord.js": "^14.15.2",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.19.2",
"languagedetect": "^2.0.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mongoose": "^8.3.1",
"node-fetch": "^2.7.0",
"os-utils": "^0.0.14",
"sequelize": "^6.37.2",
"speedgoose": "^2.0.13",
"translate": "^1.4.1",
"undici": "^6.12.0",
"youtube-search": "^1.1.6"
},
"devDependencies": {
"eslint": "^8.57.0",
"nodemon": "^3.1.0"
}
}