fuga
Version:
A comprehensive, feature-rich, and modern Lavalink v4 client for Node.js
44 lines (43 loc) • 976 B
JSON
{
"name": "fuga",
"version": "0.0.1",
"description": "A comprehensive, feature-rich, and modern Lavalink v4 client for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/fugaxproofficial/RaftLink#readme",
"bugs": {
"url": "https://github.com/fugaxproofficial/RaftLink/issues"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fugaxproofficial/RaftLink.git"
},
"keywords": [
"lavalink",
"discord",
"music",
"lavalink-v4",
"typescript"
],
"author": "fugaxpro",
"license": "ISC",
"dependencies": {
"node-fetch": "^2.7.0",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/node": "^20.5.0",
"@types/node-fetch": "^2.6.12",
"@types/ws": "^8.5.5",
"eslint": "^8.47.0",
"prettier": "^3.0.2",
"typescript": "^5.1.6"
}
}