{
  "name": "@atscript/db-postgres",
  "version": "0.1.125",
  "description": "PostgreSQL adapter for @atscript/db with pg (node-postgres) driver support.",
  "keywords": [
    "atscript",
    "database",
    "pgvector",
    "postgres",
    "postgresql"
  ],
  "homepage": "https://github.com/moostjs/atscript-db/tree/main/packages/db-postgres#readme",
  "bugs": {
    "url": "https://github.com/moostjs/atscript-db/issues"
  },
  "license": "MIT",
  "author": "Artem Maltsev",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moostjs/atscript-db.git",
    "directory": "packages/db-postgres"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./plugin": {
      "types": "./dist/plugin.d.mts",
      "import": "./dist/plugin.mjs",
      "require": "./dist/plugin.cjs"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@atscript/core": "^0.1.86",
    "@atscript/typescript": "^0.1.86",
    "@types/pg": "^8.11.0",
    "@uniqu/core": "^0.1.7",
    "pg": "^8.13.0",
    "unplugin-atscript": "^0.1.86"
  },
  "peerDependencies": {
    "@atscript/core": "^0.1.86",
    "@atscript/typescript": "^0.1.86",
    "@uniqu/core": "^0.1.7",
    "pg": ">=8.0.0",
    "@atscript/db": "^0.1.125",
    "@atscript/db-sql-tools": "^0.1.125"
  },
  "peerDependenciesMeta": {
    "pg": {
      "optional": true
    }
  },
  "scripts": {
    "postinstall": "asc -f dts",
    "build": "vp pack",
    "dev": "vp pack --watch",
    "test": "vp test",
    "check": "vp check"
  }
}