38 lines
936 B
JSON
38 lines
936 B
JSON
{
|
|
"name": "notice-uwuzu",
|
|
"version": "26.4.0-alpha.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"start": "node .",
|
|
"build": "tsc & tsc-alias",
|
|
"dev": "tsx --watch src/index.ts"
|
|
},
|
|
"author": {
|
|
"name": "Last2014",
|
|
"email": "info@last2014.com",
|
|
"url": "https://about.last2014.com"
|
|
},
|
|
"packageManager": "pnpm@10.33.0",
|
|
"dependencies": {
|
|
"@types/node": "^25.5.2",
|
|
"@types/ws": "^8.18.1",
|
|
"better-uwuzu-sdk": "git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.7",
|
|
"date-fns": "^4.1.0",
|
|
"fs": "0.0.1-security",
|
|
"i18next": "^26.0.3",
|
|
"miq": "git+https://gitea.last2014.com/last2014/miq.git#1.0.1",
|
|
"node-cron": "^4.2.1",
|
|
"os": "^0.1.2",
|
|
"tsc-alias": "^1.8.16",
|
|
"typescript": "^6.0.2",
|
|
"util": "^0.12.5",
|
|
"ws": "^8.20.0",
|
|
"yaml": "^2.8.3",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"tsx": "^4.21.0"
|
|
}
|
|
}
|