{
  "name": "@powersync/drizzle-driver",
  "version": "0.7.4",
  "description": "Drizzle driver for PowerSync",
  "type": "module",
  "main": "dist/index.cjs",
  "module": "lib/src/index.js",
  "types": "lib/src/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./lib/src/index.d.ts",
        "default": "./lib/src/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "author": "PowerSync",
  "license": "Apache-2.0",
  "files": [
    "lib",
    "dist",
    "src"
  ],
  "repository": "https://github.com/powersync-ja/powersync-js",
  "bugs": {
    "url": "https://github.com/powersync-ja/powersync-js/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "homepage": "https://docs.powersync.com",
  "dependencies": {
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "@powersync/common": "^1.56.0",
    "drizzle-orm": "<1.0.0"
  },
  "devDependencies": {
    "@journeyapps/wa-sqlite": "^1.5.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.1.4",
    "@types/node": "^24.0.0",
    "drizzle-orm": "^0.44.7",
    "rollup": "^4.52.5",
    "rollup-plugin-dts": "^6.2.1",
    "vite": "^7.3.1",
    "@powersync/web": "1.38.5"
  },
  "scripts": {
    "build": "tsc -b && rollup --config",
    "build:prod": "tsc -b && rollup --config",
    "clean": "rm -rf lib dist tsconfig.tsbuildinfo",
    "watch": "tsc --build -w",
    "test": "vitest",
    "test:exports": "attw --pack ."
  }
}