{
  "name": "@indiekitai/pg-safe-migrate",
  "version": "1.0.1",
  "description": "Catch unsafe PostgreSQL migrations before they reach production. The JS/TS equivalent of Ruby's strong_migrations.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "pg-safe-migrate": "./dist/cli.js",
    "pg-safe-migrate-mcp": "./dist/mcp.js"
  },
  "scripts": {
    "build": "tsc",
    "test": "node --test dist/__tests__/checks.test.js",
    "prepublishOnly": "npm run build && npm test"
  },
  "keywords": [
    "postgres",
    "postgresql",
    "migration",
    "safety",
    "database",
    "mcp",
    "cli"
  ],
  "author": "IndieKit <hello@indiekit.ai>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/indiekitai/pg-safe-migrate"
  },
  "dependencies": {
    "chalk": "^5.0.0",
    "@modelcontextprotocol/sdk": "^1.0.0",
    "zod": "^3.0.0"
  },
  "devDependencies": {
    "typescript": "^5.0.0",
    "@types/node": "^22.0.0"
  }
}
