{
  "name": "@tooee/themes",
  "version": "0.9.1",
  "description": "Theme management with 34 bundled themes for Tooee",
  "keywords": [
    "cli",
    "colors",
    "opentui",
    "terminal",
    "themes",
    "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/themes"
  },
  "files": [
    "dist",
    "src",
    "themes"
  ],
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "@tooee/source": "./src/index.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@tooee/config": "0.9.1"
  },
  "devDependencies": {
    "@opentui/core": "^0.5.1",
    "@opentui/react": "^0.5.1",
    "@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"
  }
}
