Files
rollenspiel-nordwest-bot/package.json
T
2026-05-19 19:25:02 +02:00

26 lines
548 B
JSON

{
"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"
}
}