{ "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" } }