{
  "name": "@sgtbeatdown/edc",
  "version": "1.1.4",
  "description": "EDC for Pi: repository architecture maps, agent context, and context-aware code review for AI coding agents.",
  "type": "module",
  "author": "sgtbeatdown",
  "license": "MIT",
  "homepage": "https://github.com/almogdepaz/edc",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/almogdepaz/edc.git"
  },
  "bugs": {
    "url": "https://github.com/almogdepaz/edc/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "edc",
    "ai-agent",
    "agent-context",
    "repo-map",
    "repository-architecture",
    "code-review",
    "context-aware-review",
    "security-review",
    "quality-review",
    "architecture",
    "context",
    "claude-code",
    "cursor",
    "codex"
  ],
  "engines": {
    "node": ">=20.6.0"
  },
  "files": [
    "pi/**",
    "plugins/edc/.claude-plugin/**",
    "plugins/edc/commands/**",
    "plugins/edc/hooks/**",
    "plugins/edc/prompt-bundles/**",
    "plugins/edc/scripts/**",
    "plugins/edc/skills/**",
    "plugins/edc/README.md",
    "install.sh",
    "README.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "llms.txt",
    "docs/**",
    "examples/**"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./pi/index.mjs"
    ]
  },
  "scripts": {
    "lint:shell": "shellcheck plugins/edc/scripts/edc plugins/edc/scripts/*.sh",
    "lint:hardening": "shellcheck -S error tests/hardening/*.sh",
    "test": "npm run lint:hardening && bash tests/hardening/run-all.sh",
    "pack:check": "npm pack --dry-run",
    "prepublishOnly": "npm test && npm run pack:check"
  }
}
