46 lines
939 B
JSON
46 lines
939 B
JSON
{
|
|
"name": "notice-uwuzu",
|
|
"version": "v6.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": [
|
|
"uwuzu",
|
|
"bot",
|
|
"cron",
|
|
"notice",
|
|
"weather",
|
|
"time",
|
|
"earthquake"
|
|
],
|
|
"author": {
|
|
"name": "Last2014",
|
|
"url": "https://last2014.com",
|
|
"email": "info@last2014.com"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@types/date-fns": "^2.5.3",
|
|
"@types/dotenv": "^6.1.1",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"@types/node": "^24.0.7",
|
|
"@types/ws": "^8.18.1",
|
|
"date-fns": "^4.1.0",
|
|
"fs": "^0.0.1-security",
|
|
"node-cron": "^4.1.1",
|
|
"nodemailer": "^7.0.4",
|
|
"typescript": "^5.8.3",
|
|
"ws": "^8.18.3"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.20.3"
|
|
}
|
|
}
|