{
  "name": "@panticonic/vibestudio-server",
  "version": "0.1.1",
  "description": "Vibestudio headless server (build, git, channels, AI, agents) over WebSocket RPC.",
  "type": "module",
  "license": "MIT",
  "bin": {
    "vibestudio-server": "scripts/vibestudio-server-shim.mjs",
    "vibestudio": "scripts/vibestudio-launcher.mjs"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "files": [
    "dist",
    "vendor",
    "workspace-template",
    "patches",
    "scripts"
  ],
  "scripts": {
    "postinstall": "node scripts/vendor-install.mjs"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@earendil-works/pi-ai": "^0.78.0",
    "@ghostery/adblocker": "^2.13.4",
    "@modelcontextprotocol/sdk": "^1.12.1",
    "@npmcli/arborist": "^7.4.0",
    "@radix-ui/react-icons": "^1.3.2",
    "@radix-ui/themes": "^3.2.1",
    "@silvia-odwyer/photon-node": "^0.3.4",
    "@tanstack/react-virtual": "^3.13.0",
    "@types/json-schema": "^7.0.15",
    "@types/ws": "^8.18.1",
    "@xterm/addon-clipboard": "^0.2.0",
    "@xterm/addon-fit": "^0.11.0",
    "@xterm/addon-image": "^0.9.0",
    "@xterm/addon-ligatures": "^0.10.0",
    "@xterm/addon-progress": "^0.2.0",
    "@xterm/addon-search": "^0.16.0",
    "@xterm/addon-serialize": "^0.14.0",
    "@xterm/addon-unicode11": "^0.9.0",
    "@xterm/addon-web-links": "^0.12.0",
    "@xterm/addon-webgl": "^0.19.0",
    "@xterm/xterm": "^6.0.0",
    "ajv": "^8.17.1",
    "chokidar": "^5.0.0",
    "cross-fetch": "^4.1.0",
    "dotenv": "^16.4.5",
    "esbuild": "^0.27.0",
    "firebase-admin": "^12.7.0",
    "isomorphic-git": "^1.30.1",
    "jotai": "^2.15.1",
    "node-datachannel": "^0.32.0",
    "node-pty": "^1.0.0",
    "npm": "^11.13.0",
    "p-limit": "^6.2.0",
    "pacote": "^21.0.0",
    "pathe": "^2.0.3",
    "qrcode-terminal": "^0.12.0",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "tldts": "^7.0.19",
    "typescript": "^5.9.3",
    "workerd": "^1.20260310.1",
    "ws": "^8.18.3",
    "yaml": "^2.8.1",
    "zod": "^3.24.1",
    "zod-to-json-schema": "^3.25.0",
    "buffer": "^6.0.3",
    "sql.js": "^1.14.0",
    "svelte": "^5.55.0",
    "esbuild-svelte": "^0.9.4",
    "@puppeteer/browsers": "^2.13.2",
    "react-devtools-core": "^6.1.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
