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
JSON
{
"name": "strata-storage",
"version": "2.0.3",
"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": "MIT",
"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": ">=12.0.0",
"@capacitor/core": "^5.0.0 || ^6.0.0",
"react": ">=16.8.0",
"vue": ">=3.0.0"
},
"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"
}
}