{
  "name": "codex-multihome",
  "version": "0.10.0",
  "description": "A macOS menu bar launcher and hygiene tool for managing multiple Codex homes.",
  "author": "Tak Hoffman",
  "license": "MIT",
  "homepage": "https://github.com/Takhoffman/codex-multihome#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Takhoffman/codex-multihome.git"
  },
  "bugs": {
    "url": "https://github.com/Takhoffman/codex-multihome/issues"
  },
  "keywords": [
    "codex",
    "macos",
    "menu-bar",
    "launcher",
    "swift"
  ],
  "bin": {
    "homeport": "npm/homeport.js",
    "multihome": "npm/homeport.js",
    "codex-multihome": "npm/homeport.js"
  },
  "scripts": {
    "postinstall": "node npm/postinstall.js",
    "prepack": "sh scripts/prepare-shim-runtime.sh --all",
    "build": "swift build -c release --product homeport && swift build -c release --product CodexMultihomeApp",
    "release:check": "swift test && npm pack --dry-run",
    "test": "swift test"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "CHANGELOG.md",
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
    "LICENSE",
    "Package.swift",
    "README.md",
    "SECURITY.md",
    "releases",
    "scripts",
    "Sources",
    "Tests",
    "docs",
    "install.sh",
    "npm"
  ],
  "engines": {
    "node": ">=18"
  },
  "os": [
    "darwin"
  ]
}
