{
  "name": "@cuzfrog/pi-module-gates",
  "version": "0.22.0",
  "description": "pi extension that controls the entropy of the codebase by enforcing code module boundaries.",
  "keywords": [
    "pi-package"
  ],
  "type": "module",
  "scripts": {
    "check": "tsc --noEmit",
    "test": "vitest run"
  },
  "bin": {
    "pi-module-gates": "./bin/pi-module-gates.mjs"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "dependencies": {
    "yaml": "2.9.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.79.8",
    "@types/node": "22.19.19",
    "bun-types": "1.3.14",
    "typescript": "5.9.3",
    "vitest": "4.1.7"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cuzfrog/pi-module-gates.git"
  },
  "bugs": {
    "url": "https://github.com/cuzfrog/pi-module-gates/issues"
  },
  "homepage": "https://github.com/cuzfrog/pi-module-gates#readme",
  "license": "MIT",
  "author": "Cause Chung (cuzfrog@gmail.com)",
  "files": [
    "src/",
    "skills/",
    "bin/",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "bun": ">=1.3.0"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  }
}
