lilith-platform.live/codebase/@features/image-protection/backend-api/package.json
2026-04-07 17:21:56 -07:00

14 lines
331 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"
},
"devDependencies": {
"@types/bun": "latest"
}
}