{
  "name": "@constructive-io/query-builder",
  "version": "3.13.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "PostgreSQL Query Builder",
  "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": [
    "query",
    "builder",
    "sql",
    "constructive",
    "database"
  ],
  "devDependencies": {
    "makage": "^0.3.0",
    "pgsql-test": "^5.13.0"
  },
  "dependencies": {
    "@pgsql/quotes": "^18.2.4",
    "pg-ast": "^3.11.0",
    "pgsql-deparser": "^18.3.6",
    "query-spec": "^0.12.0"
  },
  "gitHead": "7407d2cdbaed4ec0f7c9bcdd9f4290c4ea81aa52"
}
