{
  "name": "@termdraw/opentui",
  "version": "0.4.1",
  "description": "OpenTUI components and renderables for embedding termDRAW in terminal apps.",
  "keywords": [
    "ascii-art",
    "diagram",
    "drawing",
    "opentui",
    "react",
    "terminal",
    "tui"
  ],
  "homepage": "https://github.com/benvinegar/termdraw/tree/main/packages/opentui#readme",
  "bugs": {
    "url": "https://github.com/benvinegar/termdraw/issues"
  },
  "license": "MIT",
  "author": "Ben Vinegar",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benvinegar/termdraw.git"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "bun run clean && bun run build:lib",
    "build:lib": "tsc -p tsconfig.build.json",
    "check": "bun run format:check && bun run lint && bun test && bun run typecheck",
    "pack:check": "bun run build && npm pack --dry-run --ignore-scripts",
    "prepack": "bun run build",
    "prepublishOnly": "bun run lint && bun test && bun run typecheck",
    "test": "bun test",
    "typecheck": "tsc --noEmit",
    "format": "oxfmt .",
    "format:check": "oxfmt --check .",
    "lint": "oxlint .",
    "lint:fix": "oxlint --fix ."
  },
  "devDependencies": {
    "@opentui/core": "0.1.97",
    "@opentui/react": "0.1.97",
    "@types/bun": "latest",
    "@types/react": "^19.2.14",
    "oxfmt": "^0.44.0",
    "oxlint": "^1.59.0",
    "react": "^19.2.5",
    "typescript": "^5.9.3"
  },
  "peerDependencies": {
    "@opentui/core": "0.1.97",
    "@opentui/react": "0.1.97",
    "react": "^19.0.0"
  },
  "engines": {
    "bun": ">=1.3.0"
  }
}
