improve gitignore, init project and add discord js

This commit is contained in:
2025-07-06 22:01:00 +02:00
parent 71099dd17c
commit 0af0a9ff07
3 changed files with 193 additions and 1 deletions

12
package.json Normal file
View File

@ -0,0 +1,12 @@
{
"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"
}
}