Files
discord-bot/package.json

13 lines
360 B
JSON

{
"name": "anilist-discord-bot",
"version": "1.0.0",
"description": "A [UNOFFICIAL] Discord bot to search the AniList website and get release reminders.",
"main": "index.ts",
"repository": "https://gitea.amundsson.eu/AniList/discord-bot.git",
"author": "Niklas Amundsson",
"license": "MIT",
"dependencies": {
"discord.js": "^14.21.0"
}
}