lilith-platform.live/codebase/@features/api/package.json
autocommit a983f0b431 deps-upgrade(api): ⬆️ Update API dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 00:57:52 -07:00

29 lines
771 B
JSON

{
"name": "@quinn/api",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bun run --watch src/app/server.ts",
"start": "bun run src/app/server.ts",
"typecheck": "tsc --noEmit",
"lint:boundaries": "depcruise src --config .dependency-cruiser.cjs",
"test": "bun test",
"scaffold:entity": "bun run scripts/scaffold-entity.ts",
"migrate": "bun run scripts/migrate.ts"
},
"dependencies": {
"@lilith/mailer": "^1.0.1",
"@lilith/messenger-model-boss": "^1.1.0",
"hono": "^4.6.0",
"marked": "^18.0.0",
"otplib": "^13.4.0",
"yaml": "^2.8.3",
"zod": "^3.23.0"
},
"devDependencies": {
"@types/bun": "latest",
"dependency-cruiser": "^16.4.0",
"typescript": "^5.6.0"
}
}