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
Cfp db91bc6ce9
Some checks failed
TrafficCue Server CI / check (push) Failing after 3m36s
feat: initial auth
2025-08-20 14:37:03 +02:00

34 lines
736 B
JSON

{
"name": "librenav-server",
"module": "src/main.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",
"argon2": "^0.44.0",
"eslint": "^9.29.0",
"hono": "^4.7.9",
"hono-rate-limiter": "^0.4.2",
"jsonwebtoken": "^9.0.2",
"jwk-to-pem": "^2.0.7",
"pg": "^8.16.3",
"reflect-metadata": "^0.2.2",
"typeorm": "^0.3.26",
"typescript-eslint": "^8.34.1",
"uuid": "^11.1.0"
}
}