{
  "name": "agent-awareness-codex-plugin",
  "version": "0.8.7",
  "description": "Codex plugin for agent-awareness — modular awareness plugins for AI coding agents",
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edimuj/agent-awareness.git",
    "directory": "codex-plugin"
  },
  "files": [
    ".codex-plugin/",
    "hooks/",
    "dist/",
    ".codex-mcp.json",
    "hooks.json"
  ],
  "scripts": {
    "prepublishOnly": "cd .. && npm run build"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.28.0"
  }
}
