{
  "name": "@embedded-postgres/windows-x64",
  "version": "18.3.0-beta.16",
  "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": {
    "@embedded-postgres/downloader": "^18.3.0-beta.16",
    "@embedded-postgres/symlink-reader": "^18.3.0-beta.16"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "/dist/**/*",
    "/native/**/*",
    "/scripts/hydrate-symlinks.js"
  ],
  "engines": {
    "node": ">=16"
  },
  "gitHead": "0a89a0bda7ad3340b91f8d0d43512fbff2e8a4db"
}
