{
  "name": "@vue-tui/runtime",
  "version": "0.1.1",
  "description": "Vue 3 terminal renderer with Yoga flexbox layout, inspired by React Ink.",
  "keywords": [
    "ansi",
    "cli",
    "console",
    "flexbox",
    "ink",
    "renderer",
    "terminal",
    "tui",
    "vue",
    "yoga"
  ],
  "homepage": "https://github.com/vuejs-ai/vue-tui/tree/main/packages/runtime#readme",
  "bugs": {
    "url": "https://github.com/vuejs-ai/vue-tui/issues"
  },
  "license": "MIT",
  "author": "Yunfei He <i.heyunfei@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs-ai/vue-tui.git",
    "directory": "packages/runtime"
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./internal": "./dist/internal.mjs",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@alcalzone/ansi-tokenize": "^0.3.0",
    "@vue/runtime-core": "^3.4.0",
    "ansi-escapes": "^7.3.0",
    "chalk": "^5.3.0",
    "cli-boxes": "^3.0.0",
    "cli-truncate": "^6.0.0",
    "code-excerpt": "^4.0.0",
    "is-in-ci": "^2.0.0",
    "patch-console": "^2.0.0",
    "signal-exit": "^4.1.0",
    "slice-ansi": "^9.0.0",
    "stack-utils": "^2.0.6",
    "string-width": "^8.0.0",
    "terminal-size": "^4.0.1",
    "wrap-ansi": "^10.0.0",
    "yoga-layout": "^3.1.0"
  },
  "devDependencies": {
    "@types/node": "^25.6.2",
    "@types/stack-utils": "^2.0.3",
    "@vitejs/plugin-vue-jsx": "^5.1.5",
    "typescript": "^6.0.3",
    "unplugin-vue": "^7.2.0",
    "vite-plus": "^0.1.20",
    "vue": "^3.4.0",
    "vue-tsc": "^3.3.4"
  },
  "peerDependencies": {
    "vue": "^3.4.0"
  },
  "engines": {
    "node": ">=22.18.0"
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "test": "vp test",
    "check:type": "vue-tsc --noEmit"
  }
}