{
  "name": "@raingor/pi-web-switch",
  "private": false,
  "version": "0.9.9",
  "type": "module",
  "main": "dist/index.html",
  "description": "Web UI for pi coding agent — live configuration management, session browser, and memory viewer",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "dashboard",
    "configuration",
    "web-ui"
  ],
  "author": "Raingor",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Raingor/pi-web-switch.git"
  },
  "bugs": {
    "url": "https://github.com/Raingor/pi-web-switch/issues"
  },
  "homepage": "https://github.com/Raingor/pi-web-switch#readme",
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "preview": "vite preview",
    "native:build": "./scripts/build-native-menubar.sh",
    "native:open": "npm run native:build && open release/PiUsageMenuBar.app release/ChatGPTUsageMenuBar.app",
    "test": "vitest run"
  },
  "files": [
    "pi-package",
    "server",
    "src",
    "public",
    "native",
    "scripts",
    "index.html",
    "vite.config.ts",
    "tsconfig.json",
    "README.md",
    "README.zh-CN.md",
    "README.ja.md"
  ],
  "pi": {
    "extensions": [
      "./pi-package/index.ts"
    ],
    "skills": [
      "./pi-package/skills"
    ]
  },
  "dependencies": {
    "@earendil-works/pi-agent-core": "^0.83.0",
    "@earendil-works/pi-ai": "^0.83.0",
    "@earendil-works/pi-coding-agent": "^0.83.0",
    "@earendil-works/pi-tui": "^0.83.0",
    "lucide-react": "^0.487.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-markdown": "^10.1.0",
    "react-router-dom": "^7.5.0",
    "recharts": "^2.15.3",
    "remark-gfm": "^4.0.1",
    "zustand": "^5.0.4"
  },
  "devDependencies": {
    "@tailwindcss/vite": "^4.1.4",
    "@types/react": "^19.1.2",
    "@types/react-dom": "^19.1.2",
    "@vitejs/plugin-react": "^4.4.1",
    "tailwindcss": "^4.1.4",
    "typescript": "~5.8.3",
    "undici": "^8.9.0",
    "vite": "^6.3.2",
    "vite-plugin-pwa": "^1.3.0",
    "vitest": "3.2.4"
  },
  "build": {
    "appId": "com.raingor.pi-web-switch",
    "productName": "pi-web-switch",
    "directories": {
      "output": "release"
    },
    "files": [
      "dist/**/*"
    ]
  }
}
