{
  "name": "@liguoshuai/pi-web-chat",
  "version": "2.20.7",
  "description": "A ChatGPT/Gemini-style web UI for the pi coding agent, powered by pi's RPC mode.",
  "type": "module",
  "main": "server.js",
  "bin": {
    "pi-web-chat": "bin/pi-web-chat.js"
  },
  "files": [
    "server.js",
    "bin/",
    "public/",
    "docs/",
    "scripts/",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi",
    "coding-agent",
    "chat",
    "web-ui",
    "rpc",
    "ai"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liguoshuai-1990/pi-chat.git"
  },
  "bugs": {
    "url": "https://github.com/liguoshuai-1990/pi-chat/issues"
  },
  "homepage": "https://github.com/liguoshuai-1990/pi-chat#readme",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "express": "^4.21.2",
    "ws": "^8.18.0",
    "@liguoshuai/pi-chat-protocol": "2.20.7",
    "@liguoshuai/pi-chat-server": "2.20.7"
  },
  "scripts": {
    "build": "node --check server.js && node --check bin/pi-web-chat.js && node --check public/markdown.js && node --check public/app.js",
    "start": "node server.js",
    "dev": "node --watch server.js",
    "test": "node --test --test-timeout=8000"
  }
}