{
  "name": "@aui.io/apollo",
  "version": "0.1.25",
  "description": "Apollo operator console — CLI + interactive TUI",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "bin": {
    "apollo": "./bin/apollo.js"
  },
  "files": [
    "bin",
    "scripts/setup-shell.mjs",
    "scripts/ensure-opentui.mjs"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/getstuff/runtime-v2.git",
    "directory": "console/apollo"
  },
  "homepage": "https://bitbucket.org/getstuff/runtime-v2/src/main/console/apollo/",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "check-release-tag": "node ./scripts/check-release-tag.mjs",
    "postinstall": "node ./scripts/ensure-opentui.mjs && node ./scripts/setup-shell.mjs",
    "prepack": "node ./scripts/materialize-bundle.mjs",
    "postpack": "node ./scripts/clean-bundle.mjs"
  },
  "dependencies": {
    "@aui.io/apollo-core": "0.1.25",
    "@aui.io/apollo-cli": "0.1.25",
    "@aui.io/apollo-tui": "0.1.25",
    "picocolors": "^1.1.1",
    "yaml": "^2.9.0",
    "commander": "^14.0.3",
    "@opentui/core": "^0.4.5",
    "@opentui/react": "^0.4.5",
    "diff": "8.0.2",
    "react": "^19.1.0",
    "web-tree-sitter": "0.25.10"
  },
  "bundleDependencies": [
    "@aui.io/apollo-core",
    "@aui.io/apollo-cli",
    "@aui.io/apollo-tui"
  ]
}
