{
  "name": "@pgpmjs/export",
  "version": "0.22.3",
  "author": "Constructive <developers@constructive.io>",
  "description": "PGPM export tools for SQL and GraphQL database migration extraction",
  "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": [
    "database",
    "migration",
    "export",
    "postgresql",
    "pgpm",
    "pgpmjs",
    "graphql"
  ],
  "devDependencies": {
    "@pgsql/types": "^17.6.2",
    "@types/pg": "^8.20.0",
    "makage": "^0.3.0",
    "pgsql-test": "^4.16.5"
  },
  "dependencies": {
    "@pgpmjs/core": "^6.24.1",
    "@pgpmjs/migrate-client": "^0.15.12",
    "@pgpmjs/types": "^2.29.1",
    "csv-to-pg": "^3.18.0",
    "glob": "^13.0.6",
    "inflekt": "^0.7.1",
    "inquirerer": "^4.8.1",
    "pg": "^8.21.0",
    "pg-cache": "^3.12.1",
    "pg-env": "^1.16.0"
  },
  "gitHead": "18401477360e5f3e350ecbbe1f35e92c56e83353"
}
