{
  "name": "secure-coding-agent",
  "version": "0.2.0",
  "description": "Security-first orchestration for Claude Code and OpenCode-based AI workflows.",
  "keywords": [
    "secure-coding",
    "secure-development",
    "secure-ai-development",
    "agent-orchestration",
    "developer-tooling",
    "appsec",
    "claude",
    "gemini",
    "codex",
    "ai-agent",
    "orchestration",
    "claude-code",
    "gemini-cli",
    "security"
  ],
  "author": "raomaster",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raomaster/secure-coding-agent.git"
  },
  "homepage": "https://github.com/raomaster/secure-coding-agent",
  "bugs": {
    "url": "https://github.com/raomaster/secure-coding-agent/issues"
  },
  "bin": {
    "secure-coding-agent": "dist/cli.js"
  },
  "main": "dist/cli.js",
  "type": "module",
  "files": [
    "dist/",
    "AGENTS.md",
    "CLAUDE.md",
    "GEMINI.md",
    ".multi-agent.json",
    ".claude/commands/",
    ".claude/settings.json",
    "templates/"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test:unit": "node --test tests/*.test.js",
    "test": "npm run build && npm run test:unit",
    "pack:dry-run": "npm publish --dry-run --cache .npm-cache",
    "verify": "npm test && npm run pack:dry-run",
    "prepublishOnly": "npm test"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "peerDependencies": {
    "agent-security-policies": ">=1.4.2"
  },
  "peerDependenciesMeta": {
    "agent-security-policies": {
      "optional": true
    }
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "@types/node": "^22.0.0"
  }
}
