chore: remove API local model dependencies

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Asep Haryana Saputra
2026-05-22 19:54:31 +00:00
co-authored by Claude Opus 4.7
parent 1689f3f44e
commit b81fecaa3f
3 changed files with 1 additions and 147 deletions
-3
View File
@@ -13,13 +13,10 @@
},
"dependencies": {
"@elysiajs/cors": "1.4.2",
"@tensorflow/tfjs": "4.22.0",
"@zeavis/shared": "workspace:*",
"bcryptjs": "^3.0.3",
"drizzle-orm": "^0.45.2",
"elysia": "^1.4.28",
"jpeg-js": "0.4.4",
"pngjs": "7.0.0",
"postgres": "^3.4.9"
},
"devDependencies": {
-8
View File
@@ -1,8 +0,0 @@
declare module 'pngjs' {
export class PNG {
width: number;
height: number;
data: Buffer;
parse(data: Buffer, callback: (err: Error | null) => void): void;
}
}