{
  "name": "@vitejs/devtools",
  "type": "module",
  "version": "0.3.3",
  "description": "Vite DevTools",
  "author": "VoidZero Inc.",
  "license": "MIT",
  "homepage": "https://github.com/vitejs/devtools#readme",
  "repository": {
    "directory": "packages/core",
    "type": "git",
    "url": "git+https://github.com/vitejs/devtools.git"
  },
  "bugs": "https://github.com/vitejs/devtools/issues",
  "keywords": [
    "vite",
    "vite-plugin",
    "devtools",
    "rpc"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js",
    "./cli": "./dist/cli.js",
    "./cli-commands": "./dist/cli-commands.js",
    "./client/inject": "./dist/client/inject.js",
    "./client/webcomponents": "./dist/client/webcomponents.js",
    "./config": "./dist/config.js",
    "./dirs": "./dist/dirs.js",
    "./integration": "./dist/integration.js",
    "./internal": "./dist/internal.js",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "bin": {
    "vite-devtools": "./bin.js"
  },
  "files": [
    "bin.js",
    "dist"
  ],
  "peerDependencies": {
    "vite": "*"
  },
  "dependencies": {
    "@devframes/hub": "^0.5.4",
    "birpc": "^4.0.0",
    "cac": "^7.0.0",
    "devframe": "^0.5.4",
    "h3": "2.0.1-rc.22",
    "mlly": "^1.8.2",
    "nostics": "^0.3.0",
    "obug": "^2.1.2",
    "pathe": "^2.0.3",
    "perfect-debounce": "^2.1.0",
    "tinyexec": "^1.2.4",
    "vue": "^3.5.35",
    "ws": "^8.21.0",
    "@vitejs/devtools-rolldown": "0.3.3",
    "@vitejs/devtools-kit": "0.3.3"
  },
  "devDependencies": {
    "@clack/prompts": "^1.5.1",
    "@vitejs/plugin-vue": "^6.0.7",
    "@xterm/addon-fit": "^0.11.0",
    "@xterm/xterm": "^6.0.0",
    "dompurify": "^3.4.9",
    "fuse.js": "^7.4.2",
    "human-id": "^4.2.0",
    "tsdown": "^0.22.2",
    "typescript": "^6.0.3",
    "unplugin-vue": "^7.2.0",
    "unrun": "^0.3.1",
    "vite": "^8.0.16",
    "vue": "^3.5.35",
    "vue-router": "^5.1.0",
    "vue-tsc": "^3.3.4",
    "@vitejs/devtools-rolldown": "0.3.3"
  },
  "inlinedDependencies": {
    "@clack/core": "1.3.1",
    "@clack/prompts": "1.4.0",
    "@json-render/core": "0.13.0",
    "@json-render/vue": "0.13.0",
    "@vueuse/core": "14.3.0",
    "@vueuse/shared": "14.3.0",
    "@xterm/addon-fit": "0.11.0",
    "@xterm/xterm": "6.0.0",
    "dompurify": "3.4.3",
    "fast-string-truncated-width": "3.0.3",
    "fast-string-width": "3.0.2",
    "fast-wrap-ansi": "0.2.0",
    "fuse.js": "7.3.0",
    "get-port-please": "3.2.0",
    "sisteransi": "1.0.5",
    "zod": "4.3.6"
  },
  "scripts": {
    "build": "pnpm build:js && pnpm build:standalone",
    "build:js": "tsdown --config-loader=unrun",
    "build:standalone": "cd src/client/standalone && vite build",
    "watch": "tsdown --watch --config-loader=unrun",
    "dev:standalone": "cd src/client/standalone && vite dev",
    "play": "DEBUG='vite:devtools:*' pnpm -C playground run dev",
    "play:debug": "pnpm -C playground run dev:debug",
    "play:standalone": "DEBUG='vite:devtools:*' pnpm -C playground run dev:standalone",
    "cli": "DEBUG='vite:devtools:*' tsx src/node/cli.ts",
    "play:build": "pnpm -C playground run build"
  }
}