39 lines
814 B
JSON
39 lines
814 B
JSON
{
|
|
"name": "lunaris",
|
|
"version": "1.0.0",
|
|
"description": "Discord music bot",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "lunaris"
|
|
},
|
|
"keywords": [
|
|
"music",
|
|
"bot",
|
|
"discord",
|
|
"lunaris"
|
|
],
|
|
"author": "Azaaxin",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@discordjs/builders": "^1.6.3",
|
|
"@discordjs/opus": "^0.9.0",
|
|
"@discordjs/voice": "^0.16.0",
|
|
"discord.js": "^14.11.0",
|
|
"dotenv": "^16.3.1",
|
|
"ffmpeg-static": "^4.2.7",
|
|
"opusscript": "^0.1.0",
|
|
"play-dl": "^1.9.6",
|
|
"soundcloud-scraper": "^5.0.3",
|
|
"spotify-web-api-node": "^5.0.2",
|
|
"tweetnacl": "^1.0.3",
|
|
"ytdl-core": "^4.11.4",
|
|
"ytsr": "^3.8.2"
|
|
}
|
|
}
|
|
|