{
  "name": "@cuzfrog/module-gates",
  "version": "1.1.4",
  "description": "Controls the entropy of the codebase by enforcing code module boundaries. Ships bridges for pi, Claude Code, and Devin CLI.",
  "keywords": [
    "pi-package",
    "claude-code",
    "devin",
    "module-boundaries",
    "architecture"
  ],
  "type": "module",
  "scripts": {
    "check": "tsc --noEmit",
    "test": "vitest run"
  },
  "bin": {
    "module-gates": "./bin/module-gates.mjs"
  },
  "pi": {
    "extensions": [
      "./src/bridges/pi/index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "dependencies": {
    "jiti": "2.7.0",
    "yaml": "2.9.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.83.0",
    "@types/node": "26.1.2",
    "typescript": "7.0.2",
    "vitest": "4.1.10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cuzfrog/module-gates.git"
  },
  "bugs": {
    "url": "https://github.com/cuzfrog/module-gates/issues"
  },
  "homepage": "https://github.com/cuzfrog/module-gates#readme",
  "license": "MIT",
  "author": "Cause Chung (cuzfrog@gmail.com)",
  "files": [
    "src/",
    "skills/",
    "bin/",
    ".devin-plugin/",
    "hooks.json",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
