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

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