This repository has been archived on 2025-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
trafficcue-server/package.json
Jannik ef3debcdb3
Some checks failed
TrafficCue Server CI / check (push) Failing after 27s
TrafficCue Server CD / build (push) Successful in 1m40s
feat: initial work on stores
2025-09-22 20:14:32 +02:00

35 lines
764 B
JSON

{
"name": "librenav-server",
"module": "src/entry.ts",
"type": "module",
"private": true,
"devDependencies": {
"@types/bun": "latest",
"@types/jwk-to-pem": "^2.0.3",
"eslint-config-prettier": "^10.1.5",
"prettier": "3.5.3"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"dependencies": {
"@ai-sdk/google": "^1.2.19",
"@eslint/js": "^9.29.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/pg": "^8.15.1",
"ai": "^4.3.16",
"eslint": "^9.29.0",
"hono": "^4.7.9",
"hono-rate-limiter": "^0.4.2",
"jose": "^6.1.0",
"jsonwebtoken": "^9.0.2",
"jwk-to-pem": "^2.0.7",
"pg": "^8.16.3",
"reflect-metadata": "^0.2.2",
"testcontainers": "^11.5.1",
"typeorm": "^0.3.26",
"typescript-eslint": "^8.34.1",
"zod": "^4.1.11"
}
}