{
  "name": "@flasham/embedded-postgres-windows-x64",
  "version": "17.6.0-beta.22",
  "description": "A package containing the Postgres binaries for a particular architecture and operating system. See the embedded-postgres package.",
  "exports": "./dist/index.js",
  "type": "module",
  "scripts": {
    "start": "tsc -w",
    "build": "tsc",
    "lint": "eslint ./src --ext ts",
    "download": "node scripts/download.js",
    "postinstall": "node scripts/hydrate-symlinks.js"
  },
  "author": "Lei Nelissen",
  "repository": {
    "type": "git",
    "url": "https://github.com/leinelissen/embedded-postgres"
  },
  "license": "MIT",
  "os": [
    "win32"
  ],
  "cpu": [
    "x64"
  ],
  "devDependencies": {
    "@flasham/embedded-postgres-downloader": "^17.6.0-beta.16",
    "@embedded-postgres/symlink-reader": "^17.6.0-beta.15"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/dist/**/*",
    "/native/**/*",
    "/scripts/hydrate-symlinks.js",
    "/scripts/download.js"
  ],
  "engines": {
    "node": ">=16"
  },
  "gitHead": "5b3e39624b6a9a1e3d53404684ee1239efa19020"
}
