{
  "name": "foremanjs",
  "version": "1.1.1",
  "description": "Foreman — the review inbox for your AI workforce. Risk-ranked review cards for every agent session, with signed MCP receipts proving what tools actually did.",
  "license": "MIT",
  "type": "module",
  "bin": {
    "foreman": "dist/cli.js"
  },
  "main": "dist/cli.js",
  "files": [
    "dist",
    "ui",
    "README.md",
    "LICENSE",
    "adapters"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "test": "npm run build && node --test \"dist/test/**/*.test.js\"",
    "dev": "tsc -p tsconfig.json --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rohitkumarmanne-442/Foreman.git"
  },
  "keywords": [
    "ai-agents",
    "code-review",
    "human-in-the-loop",
    "mcp",
    "attestation",
    "claude-code",
    "cursor",
    "verification",
    "agent-safety"
  ],
  "devDependencies": {
    "@types/node": "^22.9.0",
    "typescript": "^5.6.3"
  }
}
