lilith-platform.live/codebase/@features/image-protection/backend-api/package.json
autocommit 0bbd55934a deps-upgrade(image-protection): ⬆️ Update backend API dependencies for image protection to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-15 20:26:42 -07:00

15 lines
402 B
JSON

{
"name": "@lilith/image-protection-api",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"start": "bun run src/server.ts",
"dev": "bun --watch run src/server.ts",
"ensure:adversary": "bun run src/cli/ensure-adversary-views.ts",
"build:reference": "bun run src/cli/build-reference-embedding.ts"
},
"devDependencies": {
"@types/bun": "latest"
}
}