{
  "name": "@oresk/tidy-bash",
  "version": "0.1.1",
  "description": "Tidy bash output for pi — splits multi-command chains (&&, ;, ||, |) into readable lines with clean status summaries",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "pi-coding-agent",
    "bash",
    "formatting",
    "terminal"
  ],
  "license": "MIT",
  "author": "oresk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oresk/tidy-bash.git"
  },
  "homepage": "https://github.com/oresk/tidy-bash#readme",
  "bugs": {
    "url": "https://github.com/oresk/tidy-bash/issues"
  },
  "files": [
    "src/tidy-bash.ts",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.79.0",
    "@earendil-works/pi-tui": ">=0.79.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.2",
    "@earendil-works/pi-tui": "^0.80.2",
    "typescript": "^5.0.0"
  },
  "engines": {
    "node": ">=20.6.0"
  },
  "pi": {
    "extensions": [
      "./src/tidy-bash.ts"
    ],
    "image": "https://raw.githubusercontent.com/oresk/tidy-bash/main/screenshot.png"
  }
}
