{
  "name": "@tooee/view",
  "version": "0.9.1",
  "description": "Terminal content viewer for markdown, code, text, images, and tables",
  "keywords": [
    "cli",
    "markdown",
    "opentui",
    "syntax-highlighting",
    "terminal",
    "tui",
    "viewer"
  ],
  "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/view"
  },
  "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/choose": "0.9.1",
    "@tooee/commands": "0.9.1",
    "@tooee/config": "0.9.1",
    "@tooee/diff": "0.9.1",
    "@tooee/layout": "0.9.1",
    "@tooee/marks": "0.9.1",
    "@tooee/overlays": "0.9.1",
    "@tooee/renderers": "0.9.1",
    "@tooee/router": "0.9.1",
    "@tooee/search": "0.9.1",
    "@tooee/shell": "0.9.1",
    "@tooee/themes": "0.9.1",
    "@xstate/store": "^4",
    "@xstate/store-react": "^2",
    "marked": "^17.0.4"
  },
  "devDependencies": {
    "@opentui/core": "^0.5.1",
    "@opentui/react": "^0.5.1",
    "@tooee/test-support": "0.7.3",
    "@types/bun": "^1.3.10",
    "@types/react": "^19.2.14",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@opentui/core": "^0.5.1",
    "@opentui/react": "^0.5.1",
    "react": "^18.0.0 || ^19.0.0"
  }
}
