-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.25 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": "sitcom-discord-bot",
"version": "1.0.0",
"description": "Bot untuk server discord SITCOM",
"main": "index.js",
"scripts": {
"dev": "nodemon .",
"start": "node index.js",
"deploy": "node remove_commands.js & node deploy_commands.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitcomsmanda/sitcom-discord-bot.git"
},
"keywords": [
"discord.js"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/sitcomsmanda/sitcom-discord-bot/issues"
},
"homepage": "https://github.com/sitcomsmanda/sitcom-discord-bot#readme",
"engines": {
"node": "16.x"
},
"dependencies": {
"@discordjs/builders": "^0.13.0",
"@discordjs/opus": "^0.5.3",
"@discordjs/rest": "^0.4.1",
"@discordjs/voice": "^0.9.0",
"@distube/spotify": "^0.1.0",
"@distube/yt-dlp": "^1.1.3",
"axios": "^0.27.2",
"canvas": "^2.9.1",
"discord-api-types": "^0.33.0",
"discord.js": "^13.7.0",
"distube": "^3.3.4",
"dotenv": "^16.0.1",
"ffmpeg-static": "^5.0.0",
"form-data": "^4.0.0",
"libsodium-wrappers": "^0.7.10",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.0"
},
"devDependencies": {
"eslint": "^8.16.0",
"nodemon": "^1.19.4"
}
}