{
  "name": "@may-db/core",
  "version": "0.1.10",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/alexdavies74/may-db.git",
    "directory": "sdk"
  },
  "homepage": "https://github.com/alexdavies74/may-db/tree/main/sdk",
  "bugs": {
    "url": "https://github.com/alexdavies74/may-db/issues"
  },
  "dependencies": {
    "buffer": "^6.0.3",
    "matrix-crdt": "0.2.1-alpha.1",
    "matrix-js-sdk": "40.2.0",
    "y-protocols": "^1.0.7",
    "yjs": "^13.6.29"
  },
  "devDependencies": {
    "eslint": "^9.39.1",
    "typescript": "~5.9.3"
  },
  "scripts": {
    "build": "node -e \"const fs = require('node:fs'); fs.rmSync('dist', { recursive: true, force: true }); fs.rmSync('node_modules/.tmp/tsconfig.sdk.tsbuildinfo', { force: true });\" && tsc -p tsconfig.json",
    "lint": "eslint src"
  }
}