{
  "name": "@noy-db/to-browser-local",
  "version": "0.6.0",
  "description": "localStorage adapter for noy-db with optional key obfuscation",
  "license": "MIT",
  "author": "vLannaAi <vicio@lanna.ai>",
  "homepage": "https://github.com/vLannaAi/noy-db-to/tree/main/to-browser-local#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vLannaAi/noy-db-to.git"
  },
  "bugs": {
    "url": "https://github.com/vLannaAi/noy-db-to/issues"
  },
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "peerDependencies": {
    "@noy-db/hub": "^0.6.0-pre.0"
  },
  "devDependencies": {
    "@noy-db/hub": "0.6.0",
    "@noy-db/test-adapter-conformance": "0.6.0",
    "happy-dom": "^18.0.0"
  },
  "keywords": [
    "noy-db",
    "adapter",
    "browser",
    "localstorage",
    "web",
    "offline-first",
    "encryption",
    "zero-knowledge",
    "obfuscation"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "lint": "eslint src/",
    "typecheck": "tsc --noEmit"
  }
}