This commit is contained in:
2026-04-10 15:37:02 +08:00
parent 161cd32277
commit f19e482c8f
233 changed files with 43987 additions and 5127 deletions

View File

@@ -7,25 +7,30 @@
"dev": "tsx watch src/server.ts",
"build": "node build.mjs",
"start": "node dist/server.js",
"test": "node --test --import tsx src/**/*.test.ts"
"test": "node test.mjs",
"db:migrate": "tsx src/migrate.ts"
},
"dependencies": {
"@alicloud/dypnsapi20170525": "^2.0.0",
"@alicloud/openapi-client": "^0.4.15",
"@alicloud/tea-util": "^1.4.11",
"@node-rs/argon2": "^2.0.2",
"better-sqlite3": "^12.4.1",
"cors": "^2.8.5",
"express": "^4.21.2",
"jose": "^6.1.0",
"pg": "^8.16.3",
"pino": "^9.9.5",
"pino-http": "^10.5.0",
"pino-roll": "^3.1.0",
"zod": "^4.1.8"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.13",
"@types/cors": "^2.8.18",
"@types/express": "^5.0.3",
"@types/node": "^24.6.0",
"@types/pg": "^8.20.0",
"esbuild": "^0.28.0",
"pg-mem": "^3.0.14",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}