Files
archived-discord-youtube-no…/package.json
KartikeSingh ee5e8c0c28 1.1.3
2022-04-01 13:44:13 +05:30

27 lines
558 B
JSON

{
"name": "discord-bot-youtube-notifications",
"version": "1.1.3",
"description": "An module to get youtube notifications.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"youtube",
"notification",
"notifier",
"discord",
"bot"
],
"author": "shisui",
"license": "MIT",
"dependencies": {
"axios": "^0.22.0",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"mongoose": "^6.0.6",
"quick.db": "^7.1.3",
"rss-parser": "^3.12.0"
}
}