{
  "name": "@a5c-ai/atlas-github",
  "version": "6.0.3",
  "description": "Turn a stated need into a full system design by mining the Atlas knowledge graph.",
  "scripts": {
    "deploy": "npm publish --access public",
    "deploy:staging": "npm publish --access public --tag staging",
    "plugin:install": "node bin/install.js --global",
    "plugin:uninstall": "node bin/uninstall.js --global",
    "team:install": "node scripts/team-install.js"
  },
  "bin": {
    "atlas-github": "bin/cli.js"
  },
  "files": [
    "bin/",
    "AGENTS.md",
    "skills/",
    "commands/",
    "scripts/",
    "plugin.json",
    "README.md",
    "versions.json",
    "package.json"
  ],
  "keywords": [
    "atlas",
    "github-copilot",
    "orchestration"
  ],
  "author": "a5c.ai",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@a5c-ai/babysitter-sdk": "6.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/a5c-ai/atlas-github-copilot.git"
  },
  "homepage": "https://github.com/a5c-ai/atlas-github-copilot#readme",
  "bugs": {
    "url": "https://github.com/a5c-ai/atlas-github-copilot/issues"
  }
}
