boring.tools-poc/apps/api/package.json
Lars Hampe 8657228e02
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Build and Push Docker Image / tests (push) Has been cancelled
feat(api): add redis cache for public page
2024-11-05 15:33:27 +01:00

28 lines
807 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/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"
}
}