Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SxMAbel committed Jul 11, 2023
1 parent 07a254f commit 9ef092b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 30 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magmastream",
"version": "2.0.0-beta",
"version": "2.0.1-beta",
"description": "A user-friendly Lavalink client designed for NodeJS.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"typescript": "^5.1.6"
},
"dependencies": {
"@discordjs/collection": "^1.1.0",
"@discordjs/collection": "^1.5.1",
"events": "^3.3.0",
"lodash": "^4.17.21",
"tslib": "^2.4.0",
Expand All @@ -54,6 +54,33 @@
"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"
},
"author": "Abel Purnwasy",
"license": "Apache-2.0"
}
}

0 comments on commit 9ef092b

Please sign in to comment.