{
  "name": "zustand-storage",
  "version": "1.0.1",
  "description": "A universal solution combining @aivron/sync-storage and zust-api for React (web & desktop). It merges local persistence with a Zustand-inspired API to provide core storage operations, bulk actions, JSON support, TTL, and integrated React hooks.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aivron/zustand-storage.git"
  },
  "keywords": [
    "sync-storage",
    "zustand",
    "webstorage",
    "localStorage",
    "sessionStorage",
    "storage",
    "react",
    "desktop",
    "ttl",
    "json"
  ],
  "author": "Favour Orukpe (alphadevking)",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@types/pg": "^8.11.11",
    "@types/react": "^19.0.10",
    "typescript": "^4.9.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "dependencies": {
    "@aivron/sync-storage": "^1.0.0",
    "mongodb": "^6.13.1",
    "pg": "^8.13.3",
    "zust-api": "^0.0.1"
  }
}
