Files
selmerBot/package.json
T
2022-02-24 22:26:07 -05:00

26 lines
634 B
JSON

{
"name": "selmerbot",
"version": "1.0.0",
"description": "THEEEEEE SEEELMEEEERRR BOOOOOOOOTTTTTT",
"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",
"dependencies": {
"@discordjs/voice": "^0.8.0",
"discord.js": "^13.6.0",
"ffmpeg-static": "^4.4.1",
"libsodium-wrappers": "^0.7.9"
}
}