forked from lavaclient/lavaclient
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "stormbeatz-lavaclient",
"version": "1.0.0",
"description": "A simple, easy-to-use, and flexible lavalink client for node.js. Forked from Lavaclient. Used for StormBeatz.",
"main": "src/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/Storm-Developmentz/lavaclient.git"
},
"author": "MeLike2D",
"license": "MIT",
"private": false,
"keywords": [
"lavaclient",
"lavalink",
"easy-to-use",
"beginner-friendly",
"user-friendly",
"flexible",
"simple",
"lightweight",
"easy"
],
"dependencies": {
"stormbeatz-lavaclient-types": "github:storm-developmentz/lavaclient-plugins#types",
"petitio": "^1.2.1",
"ws": "^7.4.6"
},
"devDependencies": {
"@types/node": "^15.12.1",
"@types/ws": "^7.2.6"
},
"engines": {
"node": ">=14.x.x"
},
"bugs": {
"url": "https://github.com/Storm-Developmentz/lavaclient/issues"
},
"homepage": "https://github.com/Storm-Developmentz/lavaclient#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"doc": "docs"
}
}