{
  "name": "@lofik/react",
  "version": "2.0.14",
  "description": "React library for building local-first apps.",
  "main": "dist/index.js",
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "repository": {
    "url": "https://github.com/pycan-jouza/lofik",
    "directory": "packages/react"
  },
  "keywords": [
    "local-first",
    "e2ee",
    "private",
    "secure",
    "real-time",
    "mnemonic"
  ],
  "author": "pycan <pycan@proton.me>",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "npm-publish": "npm run build && npm publish"
  },
  "dependencies": {
    "@noble/ciphers": "^0.5.3",
    "@noble/curves": "^1.4.2",
    "@noble/hashes": "^1.4.0",
    "@scure/bip39": "^1.3.0",
    "@tanstack/react-query": "^5.51.16",
    "react": "^18.3.1",
    "socket.io-client": "^4.7.5",
    "sqlocal": "^0.11.1",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/node": "^20.14.10",
    "@types/react": "^18.3.3",
    "@typescript-eslint/eslint-plugin": "^7.16.1",
    "@typescript-eslint/parser": "^7.16.1",
    "eslint": "^8.57.0",
    "eslint-plugin-react": "^7.34.4",
    "eslint-plugin-react-hooks": "^4.6.2",
    "typescript": "^5.5.3"
  }
}
