mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
37 lines
956 B
JSON
37 lines
956 B
JSON
{
|
|
"dependencies": {
|
|
"@discordjs/opus": "github:discordjs/opus",
|
|
"@discordjs/voice": "^0.8.0",
|
|
"apt": "^0.0.2",
|
|
"discord.js": "^13.6.0",
|
|
"ffmpeg": "^0.0.4",
|
|
"ffmpeg-static": "^5.0.0",
|
|
"libsodium-wrappers": "^0.7.10",
|
|
"node.js": "^0.0.1-security",
|
|
"play-dl": "^1.9.4",
|
|
"sequelize": "^6.19.0",
|
|
"sqlite3": "^5.0.3",
|
|
"sudo": "^1.0.3",
|
|
"youtube-mp3-downloader": "^0.7.10",
|
|
"ytdl-core": "^4.11.0",
|
|
"ytdl-core-discord": "^1.3.1"
|
|
},
|
|
"name": "selmerbot",
|
|
"description": "Authors: ION606, MajorDrools",
|
|
"version": "1.0.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ION606/selmerBot.git"
|
|
},
|
|
"author": "ION606",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ION606/selmerBot/issues"
|
|
},
|
|
"homepage": "https://github.com/ION606/selmerBot#readme"
|
|
}
|