-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 994 Bytes
/
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
{
"name": "riffy",
"description": "Riffy is a pro lavalink client. It is designed to be simple and easy to use, with a focus on stability and more features.",
"version": "1.0.7-rc.2",
"main": "build/index.js",
"types": "build/index.d.ts",
"files": [
"build"
],
"dependencies": {
"jsdom": "^24.1.0",
"undici": ">=6.11.1",
"ws": "^8.16.0"
},
"license": "MIT",
"keywords": [
"lavalink",
"music",
"discord",
"discord.js",
"discordjs",
"riffy",
"riffy.js",
"riffyjs",
"eris"
],
"contributors": [
"FlameFace (https://github.com/flameface)",
"Elitex (https://github.com/Elitex07)",
"UnschooledGamer (https://github.com/unschooledgamer/)"
],
"repository": {
"type": "git",
"url": "https://github.com/riffy-team/riffy.git"
},
"bugs": {
"url": "https://github.com/riffy-team/riffy.js/issues"
},
"homepage": "https://riffy.js.org/",
"devDependencies": {
"discord.js": "^14.16.3"
}
}