-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 835 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 835 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
{
"name": "symphony-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/index.js",
"once": "node ./src/index.js",
"update_guild_commands": "node ./src/deploy-commands/deploy-guild.js",
"update_commands": "node ./src/deploy-commands/deploy-global.js"
},
"author": "Charley Liu",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^0.8.2",
"@discordjs/rest": "^0.1.0-canary.0",
"@discordjs/voice": "^0.7.5",
"discord-api-types": "^0.24.0",
"discord.js": "^13.3.1",
"dotenv": "^10.0.0",
"ffmpeg-static": "^4.4.0",
"libsodium-wrappers": "^0.7.9",
"opusscript": "^0.0.8",
"yt-search": "^2.10.2",
"ytdl-core": "^4.9.2",
"ytpl": "^2.2.3"
}
}