{
  "name": "@devframes/plugin-inspect",
  "type": "module",
  "version": "0.9.6",
  "description": "Devframe plugin that inspects the RPC registry, shared state, and agent surface of a connection.",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/devframes/devframe#readme",
  "repository": {
    "directory": "plugins/inspect",
    "type": "git",
    "url": "git+https://github.com/devframes/devframe.git"
  },
  "bugs": "https://github.com/devframes/devframe/issues",
  "keywords": [
    "devframe",
    "devframe-plugin",
    "devtools",
    "rpc",
    "inspector"
  ],
  "sideEffects": false,
  "exports": {
    ".": "./dist/index.mjs",
    "./client": "./dist/client/index.mjs",
    "./cli": "./dist/cli.mjs",
    "./node": "./dist/node/index.mjs",
    "./package.json": "./package.json"
  },
  "types": "./dist/index.d.mts",
  "bin": {
    "devframe-inspect": "./bin.mjs"
  },
  "files": [
    "bin.mjs",
    "dist"
  ],
  "peerDependencies": {
    "vite": "^7.0.0 || ^8.0.0",
    "@devframes/plugin-inspect--assets": "0.9.6",
    "devframe": "0.9.6"
  },
  "peerDependenciesMeta": {
    "@devframes/plugin-inspect--assets": {
      "optional": true
    },
    "vite": {
      "optional": true
    }
  },
  "dependencies": {
    "cac": "^7.0.0"
  },
  "devDependencies": {
    "@antfu/design": "^0.3.4",
    "@iconify-json/ph": "^1.2.2",
    "@standard-schema/spec": "^1.1.0",
    "@storybook/addon-docs": "^10.5.8",
    "@storybook/vue3-vite": "^10.5.8",
    "@unocss/preset-icons": "^66.7.5",
    "@vitejs/plugin-vue": "^6.0.8",
    "colorjs.io": "^0.7.1",
    "floating-vue": "^5.2.2",
    "h3": "^2.0.1-rc.26",
    "reka-ui": "^2.10.3",
    "storybook": "^10.5.8",
    "tsdown": "^0.22.14",
    "unocss": "^66.7.5",
    "vite": "^8.2.1",
    "vitest": "^4.1.10",
    "vue": "^3.5.41",
    "ws": "^8.21.3",
    "@devframes/hub": "0.9.6",
    "@devframes/vite": "0.9.6",
    "devframe": "0.9.6",
    "@devframes/plugin-inspect--assets": "0.9.6"
  },
  "scripts": {
    "build": "tsdown && vite build --config src/spa/vite.config.ts",
    "dev": "vite --config src/spa/vite.config.ts",
    "watch": "tsdown --watch",
    "cli:build": "node bin.mjs build --out-dir dist/static",
    "storybook": "storybook dev -p 6012",
    "build-storybook": "storybook build",
    "test": "vitest run"
  }
}