All checks were successful
Build and Push Docker Image / build (push) Successful in 55s
20 lines
572 B
JSON
20 lines
572 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"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "latest"
|
|
}
|
|
}
|