{
  "name": "pi-double-esc",
  "version": "1.0.2",
  "description": "Prevent accidental Escape from aborting the LLM — requires double-press to interrupt while streaming",
  "type": "module",
  "author": "Tom X Nguyen",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/monotykamary/pi-double-esc.git"
  },
  "homepage": "https://github.com/monotykamary/pi-double-esc#readme",
  "bugs": {
    "url": "https://github.com/monotykamary/pi-double-esc/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "extension",
    "escape",
    "debounce",
    "double-escape",
    "interrupt",
    "abort"
  ],
  "files": [
    "*.ts",
    "src/",
    "README.md"
  ],
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.80.6",
    "@earendil-works/pi-tui": "0.80.6",
    "@types/node": "25.9.1",
    "@vitest/coverage-v8": "4.1.7",
    "knip": "6.14.1",
    "typescript": "6.0.3",
    "vitest": "4.1.7"
  },
  "pi": {
    "extensions": [
      "./double-esc.ts"
    ]
  },
  "overrides": {
    "brace-expansion": "5.0.6"
  },
  "peerDependencies": {},
  "scripts": {
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "typecheck": "tsc --noEmit",
    "lint:dead": "knip --no-gitignore"
  }
}