Feature/SW-2538 redis api sentry * Add fingerprint to be able to differentiate JSON.parse errors * update deploy script * use status over deprecated error function in elysia * use t3-env createFinalSchema for extra validation Approved-by: Anton Gunnarsson
26 lines
703 B
JSON
26 lines
703 B
JSON
{
|
|
"name": "redis-api",
|
|
"module": "index.ts",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "bun --watch src/index.ts | pino-pretty -o '{if module}[{module}] {end}{msg}' -i pid,hostname"
|
|
},
|
|
"dependencies": {
|
|
"@elysiajs/server-timing": "^1.3.0",
|
|
"@elysiajs/swagger": "^1.3.0",
|
|
"@sentry/bun": "^9.15.0",
|
|
"@sentry/tracing": "^7.120.3",
|
|
"@t3-oss/env-core": "^0.13.0",
|
|
"elysia": "^1.3.0",
|
|
"ioredis": "^5.6.1",
|
|
"pino": "^9.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^1.9.4",
|
|
"@types/bun": "latest",
|
|
"pino-pretty": "^13.0.0",
|
|
"typescript": "^5.7.2"
|
|
}
|
|
}
|