{
  "name": "@vitejs/devtools-kit",
  "type": "module",
  "version": "0.3.3",
  "description": "Vite DevTools Kit",
  "author": "VoidZero Inc.",
  "license": "MIT",
  "homepage": "https://github.com/vitejs/devtools#readme",
  "repository": {
    "directory": "packages/kit",
    "type": "git",
    "url": "git+https://github.com/vitejs/devtools.git"
  },
  "bugs": "https://github.com/vitejs/devtools/issues",
  "keywords": [
    "vite",
    "devtools",
    "kit"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.js",
    "./client": "./dist/client.js",
    "./constants": "./dist/constants.js",
    "./node": "./dist/node/index.js",
    "./utils/events": "./dist/utils/events.js",
    "./utils/human-id": "./dist/utils/human-id.js",
    "./utils/nanoid": "./dist/utils/nanoid.js",
    "./utils/shared-state": "./dist/utils/shared-state.js",
    "./utils/when": "./dist/utils/when.js",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "skills"
  ],
  "peerDependencies": {
    "vite": "*"
  },
  "dependencies": {
    "@devframes/hub": "^0.5.4",
    "birpc": "^4.0.0",
    "devframe": "^0.5.4",
    "mlly": "^1.8.2",
    "nostics": "^0.3.0",
    "pathe": "^2.0.3",
    "perfect-debounce": "^2.1.0",
    "tinyexec": "^1.2.4"
  },
  "devDependencies": {
    "human-id": "^4.2.0",
    "tsdown": "^0.22.2",
    "ua-parser-modern": "^0.1.1",
    "vite": "^8.0.16"
  },
  "scripts": {
    "build": "tsdown",
    "watch": "tsdown --watch"
  }
}