{
  "name": "@xata.io/drizzle",
  "version": "0.0.24",
  "description": "",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    },
    "./pg": {
      "import": "./dist/pg.mjs",
      "require": "./dist/pg.cjs",
      "types": "./dist/pg.d.ts"
    }
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/xataio/client-ts/issues"
  },
  "dependencies": {
    "@xata.io/client": "0.30.1"
  },
  "devDependencies": {
    "@types/pg": "^8.11.10",
    "drizzle-orm": "^0.33.0",
    "pg": "^8.13.0"
  },
  "peerDependencies": {
    "drizzle-orm": "*"
  },
  "scripts": {
    "build": "rimraf dist && rollup -c",
    "tsc": "tsc --noEmit"
  }
}