feat: modernize and harden Lettia bot
This commit is contained in:
+9
-5
@@ -1,14 +1,18 @@
|
||||
{
|
||||
"scripts": {
|
||||
"start": "tsx src/index.ts"
|
||||
"start": "tsx src/index.ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "node --import tsx --test src/*_test.ts",
|
||||
"check": "npm run typecheck && npm test"
|
||||
},
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"discord.js": "^14.16.3",
|
||||
"dotenv": "^16.4.5"
|
||||
"discord.js": "14.27.0",
|
||||
"dotenv": "17.4.2",
|
||||
"tsx": "4.23.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tsx": "^4.19.1",
|
||||
"typescript": "^5.6.3"
|
||||
"@types/node": "24.10.15",
|
||||
"typescript": "7.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user