{
  "name": "@pgpmjs/bundle",
  "version": "0.16.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "PGPM migration bundle — the portable, content-addressed artifact layer (create/io/verify/transpile/diff/reconcile)",
  "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 --passWithNoTests",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "bundle",
    "migration",
    "typescript",
    "pgpm",
    "pgpmjs",
    "postgresql"
  ],
  "devDependencies": {
    "makage": "^0.3.0"
  },
  "dependencies": {
    "@pgpmjs/ast": "^0.13.0",
    "@pgpmjs/traverse": "^0.13.0"
  },
  "gitHead": "b5b6b9f05276b7e9cbd3d1f4acd31dd315c353ea"
}
