{
  "name": "pi-textual",
  "version": "0.3.0",
  "description": "Pi extension for the Textual Python TUI framework",
  "keywords": [
    "pi-package",
    "pi-extension",
    "textual",
    "python",
    "tui"
  ],
  "type": "module",
  "files": [
    "src/",
    "README.md"
  ],
  "scripts": {
    "check": "ultracite check",
    "fix": "ultracite fix",
    "test": "node --test \"tests/**/*.test.ts\"",
    "typecheck": "tsc --noEmit",
    "verify": "ultracite check && tsc --noEmit && node --test \"tests/**/*.test.ts\""
  },
  "dependencies": {
    "@earendil-works/pi-tui": "^0.84.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.3",
    "@earendil-works/pi-coding-agent": "0.84.0",
    "@types/node": "^24",
    "typebox": "1.3.7",
    "typescript": "^5.9.0",
    "ultracite": "^7.9.4"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "engines": {
    "node": ">=24"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  }
}
