{
  "name": "@powersync/react",
  "version": "2.0.1",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "description": "React components for PowerSync",
  "type": "module",
  "main": "./lib/index.js",
  "module": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/powersync-ja/powersync-js.git"
  },
  "author": "PowerSync",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/powersync-ja/powersync-js/issues"
  },
  "homepage": "https://docs.powersync.com",
  "peerDependencies": {
    "@powersync/common": "^2.2.0",
    "react": "*"
  },
  "devDependencies": {
    "@testing-library/react": "^16.0.0",
    "drizzle-orm": "^0.44.7",
    "p-defer": "^4.0.1",
    "@types/react": "^18.3.1",
    "@types/react-dom": "^18.3.0",
    "chart.js": "^4.5.0",
    "jsdom": "^24.0.0",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-error-boundary": "^4.1.0",
    "@powersync/common": "2.2.0",
    "@powersync/drizzle-driver": "0.8.0",
    "@powersync/web": "2.3.0",
    "@powersync/shared-internals": "1.2.0"
  },
  "scripts": {
    "build": "tsc -b",
    "build:prod": "tsc -b",
    "clean": "rm -rf lib tsconfig.tsbuildinfo",
    "test": "vitest",
    "test:exports": "attw --pack --profile=esm-only  .",
    "watch": "tsc -b -w"
  }
}