@aivron/sync-storage
Version:
A universal, synchronous storage solution for React (web & desktop) with support for core operations, bulk actions, JSON, TTL, and React hooks. For React Native, use @aivron/async-storage.
36 lines (35 loc) • 894 B
JSON
{
"name": "@aivron/sync-storage",
"version": "1.0.0",
"description": "A universal, synchronous storage solution for React (web & desktop) with support for core operations, bulk actions, JSON, TTL, and React hooks. For React Native, use @aivron/async-storage.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/aivron/sync-storage.git"
},
"keywords": [
"sync-storage",
"webstorage",
"localStorage",
"sessionStorage",
"storage",
"react",
"desktop",
"ttl",
"json"
],
"author": "Favour Orukpe (alphadevking)",
"license": "MIT",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/react": "^19.0.10",
"typescript": "^4.9.0"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
}
}