mirror of
https://github.com/SrIzan10/discord-youtube-notifications.git
synced 2026-05-01 10:45:12 +00:00
27 lines
558 B
JSON
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"
|
|
}
|
|
}
|