{
  "name": "@catui/tui",
  "version": "0.0.1",
  "description": "Terminal User Interface library with differential rendering for efficient text-based applications",
  "type": "module",
  "main": "dist/index.js",
  "keywords": [
    "tui",
    "terminal",
    "ui",
    "text-editor",
    "differential-rendering",
    "typescript",
    "cli",
    "catui-agent"
  ],
  "author": "Catui Team",
  "license": "GPL-3.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/O-Catui/Catui.git"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "types": "./dist/index.d.ts",
  "dependencies": {
    "@types/mime-types": "^2.1.4",
    "chalk": "^5.5.0",
    "get-east-asian-width": "^1.3.0",
    "marked": "^15.0.12",
    "mime-types": "^3.0.1"
  },
  "optionalDependencies": {
    "koffi": "^2.9.0"
  }
}
