37 lines
713 B
JSON
37 lines
713 B
JSON
{
|
|
"name": "noticeuwuzu",
|
|
"version": "v2.0@uwuzu1.5.4",
|
|
"description": "uwuzu Notice Bot",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"build": "tsc",
|
|
"dev": "tsx main.ts"
|
|
},
|
|
"keywords": [
|
|
"uwuzu",
|
|
"bot",
|
|
"cron",
|
|
"time",
|
|
"timenotice",
|
|
"notice"
|
|
],
|
|
"author": {
|
|
"name": "Last2014",
|
|
"url": "https://last2014.com",
|
|
"email": "info@last2014.com"
|
|
},
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@types/date-fns": "^2.5.3",
|
|
"@types/dotenv": "^6.1.1",
|
|
"@types/node-cron": "^3.0.11",
|
|
"date-fns": "^4.1.0",
|
|
"dotenv": "^17.0.0",
|
|
"node-cron": "^4.1.1",
|
|
"tsx": "^4.20.3",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|