-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 849 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 849 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": "commandkit-plugin-riffy",
"version": "0.0.2-part-2",
"description": "A CommandKit Runtime Plugin for initializing Riffy Lavalink Client.",
"repository": {
"type": "git",
"url": "https://github.com/BebanCode/commandkit-plugin-riffy.git"
},
"bugs": {
"url": "https://github.com/BebanCode/commandkit-plugin-riffy/issues"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"keywords": [
"commandkit",
"plugin",
"riffy"
],
"author": "Juna",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 0"
},
"devDependencies": {
"commandkit": "^1.0.0-dev.20250710125439",
"discord.js": "^14.21.0",
"typescript": "^5.3.3"
},
"dependencies": {
"riffy": "^1.0.7"
}
}