Files
tyx_AI_xhs/apps/worker/package.json
suyx ae725a2d01
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 2m17s
fix(wp7-02): normalize generated image dimensions
2026-08-04 17:19:41 +08:00

21 lines
427 B
JSON

{
"name": "@dada/worker",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc --noEmit -p tsconfig.json"
},
"dependencies": {
"better-sqlite3": "13.0.1",
"drizzle-orm": "0.45.2",
"sharp": "0.35.3"
},
"devDependencies": {
"@types/better-sqlite3": "7.6.13",
"@types/node": "24.13.3",
"typescript": "7.0.2"
}
}