This commit is contained in:
2026-05-19 19:25:02 +02:00
commit 79c814bb64
10 changed files with 994 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "rollenspiel-nordwest-bot",
"version": "1.0.0",
"description": "",
"main": "dist/bot.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"dev": "tsx src/bot.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/bot.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@types/node": "^25.9.0",
"tsx": "^4.22.2",
"typescript": "^6.0.3"
},
"dependencies": {
"discord.js": "^14.26.4",
"dotenv": "^17.4.2"
}
}