boring.tools-poc/apps/api/package.json
Lars Hampe 9847fdb70c
Some checks failed
Build and Push Docker Image / tests (push) Successful in 41s
Build and Push Docker Image / build (push) Failing after 1m1s
chore(api): fix build command
2024-11-12 22:05:29 +01:00

28 lines
788 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",
"test": "bun test --preload ./src/index.ts"
},
"dependencies": {
"@boring.tools/database": "workspace:*",
"@boring.tools/logger": "workspace:*",
"@boring.tools/schema": "workspace:*",
"@hono/clerk-auth": "^2.0.0",
"@hono/sentry": "^1.2.0",
"@hono/zod-openapi": "^0.16.2",
"@scalar/hono-api-reference": "^0.5.149",
"convert-gitmoji": "^0.1.5",
"hono": "^4.6.3",
"redis": "^4.7.0",
"semver": "^7.6.3",
"svix": "^1.36.0",
"ts-pattern": "^5.5.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/semver": "^7.5.8"
}
}