-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 842 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
{
"name": "@overleap/lavajs",
"private": false,
"version": "1.0.0",
"description": "Dynamic LavaLink wrapper for your discord bot",
"main": "./dist/index.js",
"types": "./typings/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/OverleapTechnologies/LavaJS.git"
},
"keywords": [
"lavalink",
"discord.js",
"discord",
"music",
"lavajs",
"bot",
"lavaplayer"
],
"author": "ThatAnonyG",
"license": "MIT",
"bugs": {
"url": "https://github.com/OverleapTechnologies/LavaJS/issues"
},
"homepage": "https://github.com/OverleapTechnologies/LavaJS#readme",
"dependencies": {
"discord.js": "^12.3.1",
"events": "^3.2.0",
"node-fetch": "^2.6.0",
"ws": "^7.3.1"
},
"devDependencies": {
"@types/node-fetch": "^2.5.7",
"@types/ws": "^7.2.6"
},
"publishConfig": {
"tag": "legacy"
}
}