{
  "name": "@powersync/common",
  "version": "1.52.0",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "description": "API definitions for PowerSync",
  "type": "module",
  "main": "dist/bundle.mjs",
  "module": "dist/bundle.mjs",
  "types": "lib/index.d.ts",
  "exports": {
    ".": {
      "node": {
        "import": {
          "types": "./lib/index.d.ts",
          "default": "./dist/bundle.node.mjs"
        },
        "require": {
          "types": "./dist/index.d.cts",
          "require": "./dist/bundle.node.cjs"
        }
      },
      "import": {
        "types": "./lib/index.d.ts",
        "default": "./dist/bundle.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "require": "./dist/bundle.cjs"
      }
    }
  },
  "author": "PowerSync",
  "license": "Apache-2.0",
  "files": [
    "lib",
    "dist",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/powersync-ja/powersync-js.git"
  },
  "bugs": {
    "url": "https://github.com/powersync-ja/powersync-js/issues"
  },
  "homepage": "https://docs.powersync.com",
  "dependencies": {
    "event-iterator": "^2.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-inject": "^5.0.5",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@types/node": "^24.0.0",
    "@types/uuid": "^9.0.6",
    "bson": "^6.10.4",
    "buffer": "^6.0.3",
    "cross-fetch": "^4.1.0",
    "estree-walker": "^3.0.3",
    "js-logger": "^1.6.1",
    "magic-string": "^0.30.21",
    "rollup": "^4.52.5",
    "rollup-plugin-dts": "^6.2.1",
    "rsocket-core": "1.0.0-alpha.3",
    "rsocket-websocket-client": "1.0.0-alpha.3"
  },
  "scripts": {
    "build": "tsc -b && rollup -c rollup.config.mjs",
    "build:prod": "tsc -b && rollup -c rollup.config.mjs",
    "clean": "rm -rf lib dist tsconfig.tsbuildinfo",
    "test": "vitest",
    "test:exports": "attw --pack ."
  }
}