{
  "name": "@monotykamary/pi-localterm",
  "version": "0.4.0",
  "description": "localterm <-> pi integration: Kitty graphics for the browser renderer, scrubbing localterm-managed secret env vars from the agent's bash-tool children, and OSC 9 desktop notifications when the agent finishes a long turn.",
  "keywords": [
    "localterm",
    "notifications",
    "pi",
    "pi-package",
    "secrets"
  ],
  "homepage": "https://github.com/monotykamary/localterm#readme",
  "bugs": {
    "url": "https://github.com/monotykamary/localterm/issues"
  },
  "license": "MIT",
  "author": "Aiden Bai",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/monotykamary/localterm.git",
    "directory": "packages/pi-extension"
  },
  "files": [
    "extensions",
    "src"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.10",
    "@earendil-works/pi-tui": "^0.80.10",
    "@types/node": "^26.1.1",
    "typescript": "^7.0.2",
    "vite-plus": "^0.2.5"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "engines": {
    "node": ">=22"
  },
  "pi": {
    "extensions": [
      "./extensions/index.ts"
    ]
  },
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "dev": "tsc -p tsconfig.build.json --watch",
    "test": "vp test --run",
    "typecheck": "tsc -p tsconfig.json --noEmit"
  }
}