{
  "name": "@pgpmjs/slice",
  "version": "0.19.2",
  "author": "Constructive <developers@constructive.io>",
  "description": "PGPM plan slicing — split a monolithic pgpm plan into packages with pattern strategies and opt-in AST-based dependency closure",
  "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": [
    "sql",
    "postgres",
    "postgresql",
    "pgpm",
    "pgpmjs",
    "slice",
    "migration",
    "plan"
  ],
  "devDependencies": {
    "makage": "^0.8.0"
  },
  "dependencies": {
    "@pgpmjs/ast": "^0.15.2",
    "@pgpmjs/transform": "^0.28.2",
    "minimatch": "^10.2.6",
    "plpgsql-parser": "^18.5.9"
  },
  "gitHead": "e05686fb94c5e22c954436f18c25aa4439b9e83e"
}
