Files
selmerBot/selmerBot/package.json
T

30 lines
742 B
JSON
Raw Normal View History

2022-02-17 21:42:57 -05:00
{
"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",
2022-03-10 20:30:03 -05:00
"axios": "^0.26.1",
"cheerio": "^1.0.0-rc.10",
"discord.js": "^13.6.0",
"ffmpeg-static": "^4.4.1",
2022-03-10 20:30:03 -05:00
"libsodium-wrappers": "^0.7.9",
"node-fetch": "2.0",
"puppeteer": "^13.5.1"
2022-02-17 21:42:57 -05:00
}
}