This commit is contained in:
2025-07-06 22:11:59 +09:00
parent 05194ad7b8
commit 22ec582e0a
11 changed files with 200 additions and 9 deletions
+4 -1
View File
@@ -1,11 +1,12 @@
{
"name": "noticeuwuzu",
"version": "v4.3.3@uwuzu1.5.4",
"version": "v5.0@uwuzu1.5.4",
"description": "uwuzu Notice Bot",
"main": "dist/main.js",
"scripts": {
"start": "node .",
"build": "tsc",
"main": "tsc && node .",
"dev": "tsx main.ts"
},
"keywords": [
@@ -28,9 +29,11 @@
"@types/date-fns": "^2.5.3",
"@types/dotenv": "^6.1.1",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.17",
"date-fns": "^4.1.0",
"fs": "^0.0.1-security",
"node-cron": "^4.1.1",
"nodemailer": "^7.0.4",
"tsx": "^4.20.3",
"typescript": "^5.8.3",
"ws": "^8.18.3"