{
  "name": "@constructive-io/client",
  "version": "2.32.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "PostgreSQL Client",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "client",
    "graphql",
    "pgpm",
    "pgpmjs",
    "frontend",
    "api"
  ],
  "devDependencies": {
    "@types/pg": "^8.20.4",
    "makage": "^0.3.0"
  },
  "dependencies": {
    "pg": "^8.21.0"
  },
  "gitHead": "b5b6b9f05276b7e9cbd3d1f4acd31dd315c353ea"
}
