{
  "name": "y-cap-sqlite",
  "version": "1.0.0",
  "description": "",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "type": "module",
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup"
  },
  "keywords": [
    "yjs",
    "sqlite",
    "local-first",
    "offline-first",
    "realtime",
    "collaboration",
    "yjs-provider",
    "yjs-provider-sqlite",
    "capacitor"
  ],
  "author": "Loseq <loseq@proton.me>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/l0seq/y-cap-sqlite.git"
  },
  "devDependencies": {
    "@types/node": "^20.12.7",
    "tsup": "^8.4.0",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "lib0": "^0.2.93"
  },
  "peerDependencies": {
    "@capacitor-community/sqlite": "^7.0.0",
    "yjs": "^13.0.0"
  }
}
