{
  "name": "pi-ghostty-web",
  "version": "0.1.0",
  "description": "Pi extension providing web-based terminal access via ghostty-web",
  "type": "module",
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "terminal",
    "web-terminal",
    "ghostty",
    "ghostty-web",
    "mobile",
    "tmux"
  ],
  "author": "picassio",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/picassio/pi-ghostty-web.git"
  },
  "homepage": "https://github.com/picassio/pi-ghostty-web#readme",
  "bugs": {
    "url": "https://github.com/picassio/pi-ghostty-web/issues"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "pi": {
    "extensions": ["./src/index.ts"]
  },
  "files": [
    "src",
    "README.md"
  ],
  "dependencies": {
    "@lydell/node-pty": "^1.1.0",
    "ghostty-web": "^0.3.0",
    "ws": "^8.18.0"
  },
  "peerDependencies": {
    "@mariozechner/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@types/ws": "^8.5.14"
  }
}
