{
  "name": "@pgpmjs/core",
  "version": "6.24.1",
  "author": "Constructive <developers@constructive.io>",
  "description": "PGPM Package and Migration Tools",
  "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": {
    "copy": "npm run copy:pkg; npm run copy:sql",
    "copy:pkg": "makage assets",
    "copy:sql": "copyfiles -f src/migrate/sql/* dist/migrate/sql && copyfiles -f src/migrate/sql/* dist/esm/migrate/sql",
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build && npm run copy",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "database",
    "migration",
    "postgresql",
    "pgpm",
    "pgpmjs",
    "schema",
    "sqitch"
  ],
  "devDependencies": {
    "@pgsql/types": "^17.6.2",
    "@types/pg": "^8.20.0",
    "copyfiles": "^2.4.1",
    "inquirerer": "^4.8.1",
    "makage": "^0.3.0"
  },
  "dependencies": {
    "@pgpmjs/env": "^2.25.1",
    "@pgpmjs/logger": "^2.12.0",
    "@pgpmjs/server-utils": "^3.13.1",
    "@pgpmjs/types": "^2.29.1",
    "csv-to-pg": "^3.18.0",
    "genomic": "^5.6.0",
    "glob": "^13.0.6",
    "minimatch": "^10.2.5",
    "parse-package-name": "^1.0.0",
    "pg": "^8.21.0",
    "pg-cache": "^3.12.1",
    "pg-env": "^1.16.0",
    "pgsql-deparser": "^17.18.3",
    "pgsql-parser": "^17.9.15",
    "yanse": "^0.2.1"
  },
  "gitHead": "00ebac5e8314330aa47564ed71758a4bcc8f8f8e"
}
