{
  "name": "@brevity-builder/postgres",
  "version": "0.0.26",
  "type": "module",
  "types": "types/index.d.ts",
  "main": "build/index.js",
  "module": "build/index.js",
  "description": "",
  "scripts": {
    "build": "bun run scripts/build.js",
    "prepublishOnly": "bun run build"
  },
  "exports": {
    "./http": {
      "types": "./types/index.d.ts",
      "default": "./build/http.js"
    },
    ".": {
      "types": "./types/index.d.ts",
      "default": "./build/index.js"
    }
  },
  "files": [
    "build",
    "types"
  ],
  "keywords": [
    "bun"
  ],
  "license": "MIT",
  "homepage": "https://github.com/brevitybuilder/postgres#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brevitybuilder/postgers.git"
  },
  "bugs": "https://github.com/brevitybuilder/postgres/issues",
  "author": "Nick Randall <nick+npm@devize.com>",
  "devDependencies": {
    "postgres": "^3.4.7"
  }
}
