forked from vachanmn123/IvyBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "discordbot-template",
"version": "3.0.1",
"description": "A modified template based on discordjs.guide to create your own discord-js based bot!",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"dev": "nodemon bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NamVr/DiscordBot-Template.git"
},
"keywords": [
"discord-js"
],
"author": "Naman Vrati",
"license": "ISC",
"bugs": {
"url": "https://github.com/NamVr/DiscordBot-Template/issues"
},
"homepage": "https://github.com/NamVr/DiscordBot-Template#readme",
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/opus": "^0.5.3",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.6.0",
"@distube/soundcloud": "^1.0.0",
"@distube/spotify": "^1.0.0",
"discord-api-types": "^0.22.0",
"discord.js": "^13.1.0",
"distube": "^3.0.1",
"libsodium-wrappers": "^0.7.9",
"opusscript": "^0.0.8",
"yt-search": "^2.10.2",
"ytdl-core": "^4.9.1"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}