-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 907 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 907 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
{
"name": "@devuuuxd/vibesync",
"version": "1.1.0",
"description": "VibeSync is a simple library for managing custom statuses in Discord Voice Channels. Easily set and update your channel statuses to keep your server engaging and organized.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/devuuuxd/VibeSync.git"
},
"author": "devuuu_died, Alexander Stolz",
"license": "MIT",
"bugs": {
"url": "https://github.com/devuuuxd/VibeSync/issues"
},
"homepage": "https://github.com/devuuuxd/VibeSync/blob/main/readme.md",
"dependencies": {
"axios": "^1.10.0",
"discord.js": "^14.21.0"
},
"devDependencies": {
"jest": "^30.0.2"
},
"keywords": [
"discord",
"status",
"voice",
"channel",
"vibesync",
"voice channel",
"discord.js",
"discordjs",
"djs"
]
}