{ "name": "@lume/ndk-cache-tauri", "version": "0.0.0", "main": "./index.ts", "private": true, "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@lume/storage": "workspace:*", "@nostr-dev-kit/ndk": "^2.3.3", "lru-cache": "^10.2.0", "nostr-fetch": "^0.15.0", "nostr-tools": "1.17.0", "react": "^18.2.0" }, "devDependencies": { "@lume/tsconfig": "workspace:*", "@types/react": "^18.2.48", "typescript": "^5.3.3" } }