{
  "name": "@wrongstack/tui",
  "version": "0.313.1",
  "license": "MIT",
  "description": "WrongStack terminal UI: Ink-based interactive renderer with history, pickers, and slash menus.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WrongStack/WrongStack.git",
    "directory": "packages/tui"
  },
  "homepage": "https://github.com/WrongStack/WrongStack#readme",
  "bugs": "https://github.com/WrongStack/WrongStack/issues",
  "author": "ECOSTACK TECHNOLOGY OÜ",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "!dist/**/*.map"
  ],
  "dependencies": {
    "ink": "7.1.1",
    "react": "^19.2.8",
    "string-width": "8.2.2",
    "wrap-ansi": "^10.0.1",
    "@wrongstack/kanban": "0.313.1",
    "@wrongstack/sage": "0.313.1",
    "@wrongstack/core": "0.313.1",
    "@wrongstack/runtime": "0.313.1",
    "@wrongstack/tools": "0.313.1",
    "@wrongstack/sdd": "0.313.1"
  },
  "devDependencies": {
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "@types/node": "^26.2.0",
    "@types/react": "^19.2.18",
    "@types/react-dom": "^19.2.4",
    "ink-testing-library": "^4.0.0",
    "jsdom": "^30.0.1",
    "react-dom": "^19.2.8",
    "typescript": "^7.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "node ../../scripts/build-package.mjs",
    "test": "vitest run --config vitest.config.ts",
    "test:status-bar": "vitest run --config vitest.status-bar-overflow.config.ts",
    "test:watch": "vitest --config vitest.config.ts",
    "test:coverage": "vitest run --coverage --config vitest.config.ts",
    "typecheck": "tsc --noEmit && tsc --noEmit -p tsconfig.test.json",
    "typecheck:tests": "tsc --noEmit -p tsconfig.test.json",
    "clean": "node -e \"require('node:fs').rmSync('dist',{recursive:true,force:true})\""
  }
}