{
  "name": "@scheduler-systems/gal-run",
  "version": "0.1.66",
  "description": "GAL CLI - Command-line tool for managing AI agent configurations across your organization",
  "license": "Elastic-2.0",
  "private": false,
  "type": "module",
  "main": "./dist/index.cjs",
  "bin": {
    "gal": "dist/index.cjs"
  },
  "files": [
    "dist/index.cjs",
    "dist/postinstall.cjs",
    "dist/preuninstall.cjs",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "postinstall": "node dist/postinstall.cjs",
    "preuninstall": "node dist/preuninstall.cjs"
  },
  "keywords": [
    "gal",
    "governance",
    "ai",
    "agent",
    "cli",
    "configuration",
    "claude",
    "cursor",
    "windsurf",
    "gemini",
    "codex"
  ],
  "author": "Scheduler Systems",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gal-run/gal-cli.git"
  },
  "bugs": {
    "url": "https://github.com/gal-run/gal-cli/issues"
  },
  "homepage": "https://gal.run",
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@anthropic-ai/sdk": "^0.32.1",
    "@e2b/code-interpreter": "^2.3.3",
    "@google-cloud/vertexai": "^1.10.0",
    "@google/generative-ai": "^0.24.1",
    "@modelcontextprotocol/sdk": "^1.26.0",
    "@octokit/rest": "^22.0.1",
    "@sentry/node": "^9.0.0",
    "chalk": "^5.4.1",
    "commander": "^12.1.0",
    "dotenv": "^17.3.1",
    "openai": "^4.77.3",
    "ora": "^9.3.0",
    "pino": "^9.6.0",
    "pino-pretty": "^13.0.0",
    "thread-stream": "^4.0.0",
    "yaml": "^2.8.2",
    "zod": "^3.23.8"
  },
  "optionalDependencies": {
    "node-pty": "^1.2.0-beta.12",
    "playwright": "^1.49.0"
  }
}
