-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.15 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
{
"name": "discord-music-stream-bot",
"version": "1.0.0",
"description": "A Discord bot for seamless music playback and community engagement.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [
"discord",
"music",
"bot",
"stream",
"community"
],
"author": "Drix10",
"license": "AGPL-3.0",
"dependencies": {
"discord.js": "^14.0.0",
"express": "^4.18.0",
"mongoose": "^7.2.0",
"dotenv": "^16.0.0",
"axios": "^1.0.0",
"ytdl-core": "^4.9.0",
"soundcloud-downloader": "^3.6.0",
"@discordjs/opus": "^0.6.0"
},
"devDependencies": {
"nodemon": "^2.0.20",
"eslint": "^8.0.0",
"prettier": "^2.5.0",
"mocha": "^10.0.0",
"chai": "^4.3.0"
},
"engines": {
"node": ">=16.0.0"
},
"homepage": "https://github.com/spectra-ai-codegen/discord-music-stream-bot",
"repository": {
"type": "git",
"url": "git+https://github.com/spectra-ai-codegen/discord-music-stream-bot.git"
},
"bugs": {
"url": "https://github.com/spectra-ai-codegen/discord-music-stream-bot/issues"
},
"directories": {
"lib": "lib"
}
}