Files
selmerBot/package.json
T

41 lines
1.0 KiB
JSON
Raw Normal View History

2022-02-17 21:42:57 -05:00
{
2022-04-14 13:25:01 -04:00
"dependencies": {
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/voice": "^0.8.0",
"apt": "^0.0.2",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.10",
2022-04-14 13:25:01 -04:00
"discord.js": "^13.6.0",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.0.0",
2022-04-30 21:45:03 -04:00
"hastebin-gen": "^2.0.5",
2022-04-30 15:51:55 -04:00
"libsodium-wrappers": "^0.7.10",
2022-05-09 10:22:33 +03:00
"mysql": "^2.18.1",
2022-04-14 13:25:01 -04:00
"node.js": "^0.0.1-security",
2022-04-30 15:51:55 -04:00
"play-dl": "^1.9.4",
2022-04-14 21:49:11 -04:00
"sequelize": "^6.19.0",
"sqlite3": "^5.0.3",
2022-04-30 15:51:55 -04:00
"sudo": "^1.0.3",
"youtube-mp3-downloader": "^0.7.10",
"ytdl-core": "^4.11.0",
"ytdl-core-discord": "^1.3.1"
2022-04-14 13:25:01 -04:00
},
2022-02-17 21:42:57 -05:00
"name": "selmerbot",
2022-04-14 13:25:01 -04:00
"description": "Authors: ION606, MajorDrools",
2022-02-17 21:42:57 -05:00
"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"
},
2022-04-14 13:25:01 -04:00
"homepage": "https://github.com/ION606/selmerBot#readme"
2022-02-17 21:42:57 -05:00
}