-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
90 lines (90 loc) · 1.84 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "magmastream",
"version": "2.6.0-beta.8",
"description": "A user-friendly Lavalink client designed for NodeJS.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"types": "rtb --dist dist",
"lint": "eslint --ext .ts ./src",
"ci": "run-s lint build types"
},
"devDependencies": {
"@favware/rollup-type-bundler": "^3.3.0",
"@types/lodash": "^4.17.9",
"@types/node": "^20.16.10",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"npm-run-all": "^4.1.5",
"typedoc": "^0.25.13",
"typedoc-plugin-no-inherit": "^1.4.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@discordjs/collection": "^2.1.1",
"axios": "^1.7.7",
"events": "^3.3.0",
"lodash": "^4.17.21",
"tslib": "^2.7.0",
"ws": "^8.18.0"
},
"peerDependencies": {
"discord.js": ">=13.0.0 <15.0.0"
},
"engines": {
"node": ">=16.0.0"
},
"eslintConfig": {
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"rules": {
"object-curly-spacing": [
"error",
"always"
]
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended"
]
},
"keywords": [
"lavalink client",
"wrapper",
"typescript",
"discord.js",
"node.js",
"java",
"javascript",
"audio streaming",
"music bot",
"voice chat",
"discord integration",
"high performance",
"scalable",
"easy-to-use",
"feature-rich",
"cross-platform",
"seamless integration",
"community support",
"documentation",
"open-source",
"lavalink",
"magmastream"
],
"repository": {
"url": "https://github.com/Blackfort-Hosting/magmastream/tree/main"
},
"homepage": "https://docs.magmastream.com",
"author": "Abel Purnwasy",
"license": "Apache-2.0"
}