-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.07 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.07 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
{
"name": "codem-discord-bot-db",
"version": "2.1.1",
"description": "Discord bot for the CodeM server",
"main": "./Structures/index.js",
"scripts": {
"start": "node .",
"dev": "node --inspect .",
"start:pm2": "pm2 start npm --name=codembot -- run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimpleDiscordBotsJS/CodeMasterDiscordBotDB.git"
},
"author": "LeonusDH",
"license": "ISC",
"bugs": {
"url": "https://github.com/SimpleDiscordBotsJS/CodeMasterDiscordBotDB/issues"
},
"homepage": "https://github.com/SimpleDiscordBotsJS/CodeMasterDiscordBotDB",
"dependencies": {
"@discord-player/extractor": "^4.4.7",
"@napi-rs/canvas": "^0.1.53",
"ascii-table3": "^0.9.0",
"cron": "^3.1.7",
"discord-player": "^6.6.2",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"ffmpeg-static": "^5.2.0",
"glob": "^10.4.2",
"mediaplex": "^0.0.9",
"mongoose": "^8.4.3",
"ms": "^2.1.3",
"play-dl": "^1.9.7",
"rss-parser": "^3.13.0"
},
"engines": {
"node": ">=18.17.1"
}
}