57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "notice-uwuzu",
|
|
"version": "v7.5@uwuzu1.5.4",
|
|
"tag": "v7.5",
|
|
"description": "Notice Bot for uwuzu",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"build": "tsc",
|
|
"main": "tsc && node .",
|
|
"dev": "tsx main.ts",
|
|
"clean": "tsc && node dist/scripts/clean/main.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.last2014.com/last2014/noticeUwuzu"
|
|
},
|
|
"keywords": [
|
|
"uwuzu",
|
|
"bot",
|
|
"cron",
|
|
"notice",
|
|
"mail",
|
|
"weather",
|
|
"time",
|
|
"earthquake",
|
|
"command",
|
|
"commands"
|
|
],
|
|
"author": {
|
|
"name": "Last2014",
|
|
"url": "https://last2014.com",
|
|
"email": "info@last2014.com"
|
|
},
|
|
"contributors": [],
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@types/date-fns": "^2.5.3",
|
|
"@types/dotenv": "^6.1.1",
|
|
"@types/node": "^24.0.7",
|
|
"@types/node-cron": "^3.0.11",
|
|
"@types/nodemailer": "^6.4.17",
|
|
"@types/ws": "^8.18.1",
|
|
"child_process": "^1.0.2",
|
|
"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"
|
|
}
|
|
}
|