-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "pulsebyte",
"version": "3.0.0",
"description": "Multipurpose Discord bot. Supports multiple languages, has a lot of commands and features. Can work with prefix commands and slash commands. Has an XP system, economy, music, moderation, and much more.",
"main": "src/index.js",
"repository": "https://github.com/Prevter/PulseByte",
"author": "Prevter",
"license": "MIT",
"scripts": {
"dev": "nodemon src/index.js",
"start": "node src/index.js",
"lint": "eslint src/**/*.js"
},
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@napi-rs/canvas": "^0.1.41",
"@prevter/tavr-media-radio": "^1.1.1",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"discord.js": "^14.12.1",
"distube": "^4.0.6",
"ejs": "^3.1.9",
"express": "^4.18.2",
"libsodium-wrappers": "^0.7.11",
"mongodb": "^6.3.0",
"nodemon": "^3.0.1",
"opusscript": "^0.1.0",
"pg": "^8.11.2",
"sqlite3": "^5.1.6"
},
"devDependencies": {
"eslint": "^8.46.0"
}
}