{
  "name": "@tooee/overlays",
  "version": "0.7.3",
  "description": "Overlay stack management for Tooee",
  "keywords": [
    "cli",
    "opentui",
    "terminal",
    "tui"
  ],
  "homepage": "https://github.com/gingerhendrix/tooee",
  "bugs": "https://github.com/gingerhendrix/tooee/issues",
  "license": "MIT",
  "author": "Gareth Andrew",
  "repository": {
    "type": "git",
    "url": "https://github.com/gingerhendrix/tooee.git",
    "directory": "packages/overlays"
  },
  "files": [
    "dist",
    "src"
  ],
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "@tooee/source": "./src/index.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@tooee/commands": "0.7.3",
    "@xstate/store": "^4"
  },
  "devDependencies": {
    "@types/bun": "^1.3.10",
    "@types/react": "^19.2.14",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0"
  }
}
