Files
stats/packages/redis/package.json
Carl-Gerhard Lindesvärd 1285ad85a2 fix: performance related fixes
2025-11-15 20:09:04 +01:00

22 lines
453 B
JSON

{
"name": "@openpanel/redis",
"version": "0.0.1",
"type": "module",
"main": "index.ts",
"scripts": {
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@openpanel/json": "workspace:*",
"ioredis": "5.8.2",
"lru-cache": "^11.2.2"
},
"devDependencies": {
"@openpanel/db": "workspace:*",
"@openpanel/tsconfig": "workspace:*",
"@types/node": "catalog:",
"prisma": "^5.1.1",
"typescript": "catalog:"
}
}