UNPKG

strata-storage

Version:

Zero-dependency universal storage plugin providing a unified API for all storage operations across web, Android, and iOS platforms

79 lines 1.58 kB
{ "name": "strata-storage", "version": "2.4.2", "description": "Zero-dependency universal storage plugin providing a unified API for all storage operations across web, Android, and iOS platforms", "type": "module", "main": "./index.js", "types": "./index.d.ts", "exports": { ".": { "types": "./index.d.ts", "default": "./index.js" }, "./capacitor": { "types": "./capacitor.d.ts", "default": "./capacitor.js" }, "./firebase": { "types": "./firebase.d.ts", "default": "./firebase.js" } }, "author": "Ahsan Mahmood", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/aoneahsan/strata-storage.git" }, "keywords": [ "storage", "capacitor", "ionic", "react", "vue", "angular", "localStorage", "indexedDB", "sqlite", "keychain", "preferences", "zero-dependencies", "cross-platform", "web", "ios", "android" ], "peerDependencies": { "@angular/core": ">=21.0.6", "@capacitor/core": ">=8.0.0", "react": ">=19.2.3", "vue": ">=3.5.26" }, "peerDependenciesMeta": { "@capacitor/core": { "optional": true }, "react": { "optional": true }, "vue": { "optional": true }, "@angular/core": { "optional": true } }, "capacitor": { "ios": { "src": "ios" }, "android": { "src": "android", "androidModule": "strata-storage" } }, "sideEffects": false, "engines": { "node": ">=18.0.0" } }