client/packages/storage/package.json
Alois fd15215f15 (feat): add cache for conversations and communities
(feat): conversations now get moved to the top when engaged with
(qol): update todo
2026-05-01 16:40:16 +02:00

23 lines
541 B
JSON

{
"name": "@tensamin/storage",
"private": true,
"version": "0.0.0",
"type": "module",
"exports": {
"./session": "./src/session.tsx",
"./context": "./src/context.tsx",
"./indexed-db": "./src/indexed-db.ts"
},
"scripts": {
"format": "bunx prettier --write .",
"lint": "eslint src",
"build": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@tensamin/shared": "workspace:*",
"@tensamin/ttp": "workspace:*",
"@tensamin/ui": "*",
"react": "^19.2.0",
"react-dom": "^19.2.0"
}
}