boring.tools-poc/apps/api/package.json
Lars Hampe 971da61e7b
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m54s
feat(api): add clerk webhook security check
2024-09-30 20:57:20 +02:00

21 lines
595 B
JSON

{
"name": "@boring.tools/api",
"scripts": {
"dev": "bun run --hot src/index.ts",
"build": "bun build --entrypoints ./src/index.ts --outdir ../../build/api --target bun --splitting --sourcemap=linked",
"test": "bun test --preload ./src/index.ts"
},
"dependencies": {
"@boring.tools/database": "workspace:*",
"@boring.tools/schema": "workspace:*",
"@hono/clerk-auth": "^2.0.0",
"@hono/zod-openapi": "^0.16.2",
"@scalar/hono-api-reference": "^0.5.149",
"hono": "^4.6.3",
"svix": "^1.36.0"
},
"devDependencies": {
"@types/bun": "latest"
}
}