-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 917 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 917 Bytes
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": "beat-bot",
"version": "1.0.0",
"description": "A discord music bot created with discord.js",
"main": "index.js",
"scripts": {
"start": "node index.js",
"register": "node deploy-commands.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IDevonI/beat-bot.git"
},
"keywords": [
"beatbot",
"discord",
"music",
"bot"
],
"author": "Devon",
"license": "ISC",
"bugs": {
"url": "https://github.com/IDevonI/beat-bot/issues"
},
"homepage": "https://github.com/IDevonI/beat-bot#readme",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"discord.js": "^14.8.0",
"dotenv": "^16.0.3",
"libsodium-wrappers": "^0.7.11",
"play-dl": "^1.9.6",
"yt-search": "^2.10.4"
},
"devDependencies": {
"eslint": "^8.36.0",
"nodemon": "^2.0.22"
}
}