Pinia Persistent Storage via AT Protocol for Open Web Desktop
at main 17 lines 434 B view raw
1{ 2 "name": "@owdproject/module-atproto-persistence", 3 "version": "0.0.4", 4 "license": "MIT", 5 "homepage": "https://github.com/atproto-os/module-atproto-persistence", 6 "author": { 7 "name": "Open Web Desktop Team", 8 "url": "https://github.com/owdproject" 9 }, 10 "dependencies": { 11 "localforage": "^1.10.0", 12 "pinia-plugin-persistedstate-2": "^2.0.30" 13 }, 14 "peerDependencies": { 15 "@owdproject/core": "^3.1.3" 16 } 17}