{
  "name": "agentboardroom",
  "version": "1.0.2",
  "description": "Corporate governance for AI agents — decision intelligence platform",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "agentboardroom": "dist/cli/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "node --import tsx --test tests/*.test.ts",
    "lint": "tsc --noEmit"
  },
  "keywords": [
    "ai-agents",
    "multi-agent",
    "governance",
    "decision-intelligence",
    "openclaw"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/GixGosu/AgentBoardroom.git"
  },
  "homepage": "https://github.com/GixGosu/AgentBoardroom#readme",
  "bugs": {
    "url": "https://github.com/GixGosu/AgentBoardroom/issues"
  },
  "author": "Cyberarctica Labs",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^22.0.0",
    "tsx": "^4.21.0",
    "typescript": "^5.7.0"
  },
  "dependencies": {
    "yaml": "^2.7.0"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
