{
  "name": "forge-cockpit",
  "version": "0.1.2",
  "description": "An AI coding agent with a browser cockpit (dashboards + one-click integrations). Bring your own model API key. A fork of Forge (Apache-2.0).",
  "keywords": [
    "ai",
    "agent",
    "coding-agent",
    "cli",
    "mcp",
    "dashboard",
    "forge"
  ],
  "homepage": "https://github.com/LeyouHong/forge-cockpit#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LeyouHong/forge-cockpit.git"
  },
  "license": "Apache-2.0",
  "bin": {
    "forge-cockpit": "bin/forge-cockpit.js"
  },
  "scripts": {
    "postinstall": "node postinstall.js"
  },
  "files": [
    "bin/forge-cockpit.js",
    "postinstall.js",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  }
}
