{
  "name": "pi-web-chat",
  "version": "0.1.19",
  "description": "Web UI for the pi coding agent (OpenWebUI-style, mobile-friendly)",
  "type": "module",
  "license": "MIT",
  "author": "minsoo.lee <preinpost@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/preinpost/pi-web-chat.git"
  },
  "homepage": "https://github.com/preinpost/pi-web-chat#readme",
  "bugs": {
    "url": "https://github.com/preinpost/pi-web-chat/issues"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "web-ui",
    "chat"
  ],
  "bin": {
    "pi-web-chat": "bin/pi-web-chat.mjs"
  },
  "files": [
    "bin",
    "dist",
    "extensions",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "dev": "concurrently -k -n server,web \"npm:dev:server\" \"npm:dev:web\"",
    "dev:server": "tsx watch server/index.ts",
    "dev:web": "wait-on -t 30s tcp:3141 && vite",
    "build": "node scripts/build.mjs",
    "build:web": "vite build",
    "start": "node bin/pi-web-chat.mjs",
    "typecheck": "tsc --noEmit",
    "prepack": "npm run build",
    "pack:check": "npm run build && npm pack --dry-run"
  },
  "pi": {
    "extensions": [
      "./extensions/pi-web-chat.ts"
    ]
  },
  "dependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.10",
    "ws": "^8.21.1"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    },
    "typebox": {
      "optional": true
    }
  },
  "devDependencies": {
    "@base-ui-components/react": "^1.0.0-rc.0",
    "@tailwindcss/typography": "^0.5.20",
    "@tailwindcss/vite": "^4.3.3",
    "@tanstack/react-query": "^5.101.2",
    "@tanstack/react-router": "^1.170.18",
    "@types/node": "^24.0.0",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@types/ws": "^8.5.13",
    "@vitejs/plugin-react": "^5.0.0",
    "concurrently": "^9.0.0",
    "esbuild": "^0.28.1",
    "highlight.js": "^11.11.1",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-markdown": "^10.1.0",
    "rehype-highlight": "^7.0.2",
    "remark-gfm": "^4.0.1",
    "tailwindcss": "^4.3.3",
    "tsx": "^4.19.0",
    "typescript": "^5.7.0",
    "vite": "^7.0.0",
    "vite-plugin-pwa": "^1.3.0",
    "wait-on": "^9.0.10"
  },
  "engines": {
    "node": ">=20"
  }
}
