{
  "name": "@claaslange/pi-progress-bar",
  "version": "1.0.0",
  "description": "Native terminal progress indicator support for pi via OSC 9;4",
  "keywords": [
    "pi-package",
    "terminal",
    "progress",
    "osc-9-4",
    "pi-extension",
    "ghostty",
    "wezterm",
    "iterm2"
  ],
  "license": "MIT",
  "author": "Claas Lange",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/claaslange/pi-progress-bar.git"
  },
  "homepage": "https://github.com/claaslange/pi-progress-bar#readme",
  "bugs": {
    "url": "https://github.com/claaslange/pi-progress-bar/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "extensions/index.ts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "check": "tsc --noEmit --target ES2022 --module nodenext --moduleResolution nodenext --skipLibCheck ./extensions/index.ts",
    "test:manual": "script -q /tmp/pi-progress-bar-manual.log bash -lc 'PI_PROGRESS_BAR_FORCE=1 pi --no-extensions --no-session --print --extension ./extensions/index.ts \"Use the bash tool exactly twice. First run: command_that_does_not_exist_12345. Second run: pwd. After the second tool call, reply with exactly DONE.\"' >/dev/null 2>&1 && perl -ne 'print if /\\e\\]9;4;/' /tmp/pi-progress-bar-manual.log"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "~0.78.1",
    "@types/node": "~25.5.0",
    "typescript": "~6.0.2"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  }
}
