-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 989 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
{
"name": "lavalink-status",
"version": "2.0.1",
"description": "lavalink live status in your discord server",
"main": "builf/index.js",
"scripts": {
"start": "tsc && node build/index.js",
"build": "tsc",
"dev": "nodemon index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brblacky/lavalink-status.git"
},
"keywords": [
"lavalink",
"erela",
"music",
"bot",
"discord",
"musicbot"
],
"author": "blacky",
"license ": "MIT",
"bugs": "https://github.com/brblacky/lavalink-status/issues",
"homepage": "https://github.com/brblacky/lavalink-status#readme",
"dependencies": {
"discord.js": "^14.7.1",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"prettysize": "^2.0.0",
"systeminformation": "^5.12.1",
"undici": "^5.19.1",
"vulkava": "^1.6.0"
},
"devDependencies": {
"@types/node": "^18.13.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
}
}