{
  "name": "pi-persistent-term",
  "version": "0.5.0",
  "description": "Integrated terminal panel for pi coding agent — persistent PTY shell, colored overlay, LLM tools",
  "keywords": [
    "pi-package",
    "pi-extension",
    "terminal",
    "pty",
    "shell"
  ],
  "license": "MIT",
  "author": "vahidkowsari",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vahidkowsari/pi-persistent-term.git"
  },
  "homepage": "https://github.com/vahidkowsari/pi-persistent-term#readme",
  "bugs": {
    "url": "https://github.com/vahidkowsari/pi-persistent-term/issues"
  },
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@xterm/headless": "^5.5.0",
    "node-pty": "^1.0.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*",
    "@mariozechner/pi-ai": "*",
    "@mariozechner/pi-tui": "*",
    "@sinclair/typebox": "*"
  },
  "scripts": {
    "postinstall": "node -e \"try{require('node-pty');console.log('node-pty: prebuild OK')}catch(e){console.warn('node-pty prebuild failed, rebuilding from source...');require('child_process').execSync('npm rebuild node-pty',{stdio:'inherit',cwd:__dirname})}\" || true",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "check": "npm run typecheck && npm test"
  },
  "devDependencies": {
    "@types/node": "^22.10.0",
    "typescript": "^5.7.0",
    "vitest": "^3.0.0"
  },
  "pi": {
    "extensions": [
      "./extensions/terminal.ts"
    ]
  }
}
