{
  "name": "y-op-sqlite",
  "version": "1.0.7",
  "description": "",
  "main": "./dist/y-op-sqlite.cjs",
  "module": "./dist/y-op-sqlite.mjs",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "type": "module",
  "scripts": {
    "test": "vitest",
    "build": "tsc --noEmit && vite build && dts-bundle-generator --config ./dts-bundle-generator.config.ts"
  },
  "keywords": [
    "yjs",
    "op-sqlite",
    "sqlite",
    "local-first",
    "offline-first",
    "realtime",
    "collaboration",
    "yjs-provider",
    "yjs-provider-sqlite",
    "yjs-provider-op-sqlite",
    "react-native",
    "expo"
  ],
  "author": "Malte <hi@malts.me>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/malte-j/y-op-sqlite.git"
  },
  "devDependencies": {
    "@types/node": "^20.12.7",
    "dts-bundle-generator": "^9.5.1",
    "typescript": "^5.4.5",
    "vite": "^5.2.10",
    "vitest": "^1.5.3"
  },
  "dependencies": {
    "lib0": "^0.2.93"
  },
  "peerDependencies": {
    "yjs": "^13.0.0",
    "@op-engineering/op-sqlite": "^3.0.0"
  }
}
