Files
stats/packages/redis/package.json
Carl-Gerhard Lindesvärd 212254d31a feat: new importer (#214)
2025-11-05 09:49:36 +01:00

21 lines
425 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"
},
"devDependencies": {
"@openpanel/db": "workspace:*",
"@openpanel/tsconfig": "workspace:*",
"@types/node": "catalog:",
"prisma": "^5.1.1",
"typescript": "catalog:"
}
}