{
  "name": "@prisma/orm-extension-postgis",
  "version": "8.0.0-rc.11",
  "license": "Apache-2.0",
  "type": "module",
  "sideEffects": false,
  "description": "PostGIS geometry types, operators, and indexes for Prisma 8",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@prisma/orm-family-sql": "8.0.0-rc.11",
    "@prisma/orm-framework": "8.0.0-rc.11",
    "@prisma/orm-toolchain": "8.0.0-rc.11",
    "@standard-schema/spec": "^1.1.0",
    "arktype": "^2.2.2"
  },
  "devDependencies": {
    "@internal/extension-postgis": "8.0.0-rc.11",
    "@repo/tsconfig": "8.0.0-rc.11",
    "@repo/tsdown": "8.0.0-rc.11",
    "@prisma/orm-target-postgres": "8.0.0-rc.11",
    "tsdown": "0.22.14",
    "typescript": "5.9.3"
  },
  "peerDependencies": {
    "@prisma/orm-target-postgres": "8.0.0-rc.11",
    "typescript": ">=5.9"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "exports": {
    "./codec-types": "./dist/codec-types.mjs",
    "./column-types": "./dist/column-types.mjs",
    "./control": "./dist/control.mjs",
    "./geojson": "./dist/geojson.mjs",
    "./operation-types": "./dist/operation-types.mjs",
    "./pack": "./dist/pack.mjs",
    "./runtime": "./dist/runtime.mjs",
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/prisma/orm.git",
    "directory": "packages/9-public/@prisma/orm-extension-postgis"
  },
  "scripts": {
    "build": "tsdown",
    "lint": "biome check . --error-on-warnings",
    "clean": "rm -rf dist src-gen"
  }
}