{
  "name": "ui-context-capture",
  "version": "0.3.0",
  "description": "Capture DOM, framework component, source, and style context directly from the page.",
  "type": "module",
  "license": "MIT",
  "author": "Coool Chou <cooolchou@163.com>",
  "homepage": "https://github.com/XinChou16/ui-context-capture#readme",
  "bugs": {
    "url": "https://github.com/XinChou16/ui-context-capture/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XinChou16/ui-context-capture.git"
  },
  "keywords": [
    "vite",
    "vite-plugin",
    "vue",
    "devtools",
    "inspector",
    "debugging",
    "dom",
    "context",
    "capture"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/client/index.d.ts",
      "import": "./dist/index.mjs"
    },
    "./vite": {
      "types": "./dist/lib/index.d.ts",
      "import": "./dist/vite.mjs"
    },
    "./vue": {
      "types": "./dist/vue/index.d.ts",
      "import": "./dist/vue.mjs"
    },
    "./vue/runtime": {
      "types": "./dist/vue/runtime.d.ts",
      "import": "./dist/vue-runtime.mjs"
    },
    "./vue2": {
      "types": "./dist/vue2/index.d.ts",
      "import": "./dist/vue2.mjs"
    },
    "./vue2/runtime": {
      "types": "./dist/vue2/runtime.d.ts",
      "import": "./dist/vue2-runtime.mjs"
    }
  },
  "module": "./dist/index.mjs",
  "types": "./dist/client/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "vite --host",
    "example:vue": "pnpm build:lib && vite --host --config examples/vue-vite/vite.config.ts --configLoader native",
    "example:vue2": "pnpm build:lib && pnpm --dir examples/vue2-vite dev",
    "build": "pnpm build:lib",
    "build:demo": "vue-tsc -b && vite build",
    "build:types": "tsc -p tsconfig.lib.json",
    "build:lib": "vite build --config vite.lib.config.ts && pnpm build:types",
    "check:registry": "node scripts/check-npm-registry.mjs",
    "pack:dry": "npm pack --dry-run",
    "prepublishOnly": "pnpm check:registry && pnpm build",
    "preview": "vite preview --outDir dist-demo",
    "publish:alpha": "bash scripts/publish.sh alpha",
    "publish:latest": "bash scripts/publish.sh latest"
  },
  "dependencies": {
    "@zumer/snapdom": "^2.15.0",
    "element-source": "^0.0.5"
  },
  "peerDependencies": {
    "vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
    "vue": "^2.7.0 || ^3.0.0"
  },
  "peerDependenciesMeta": {
    "vue": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^24.12.2",
    "@vitejs/plugin-vue": "^6.0.5",
    "@vue/tsconfig": "^0.9.1",
    "typescript": "~6.0.2",
    "vite": "^8.0.4",
    "vite-plugin-mkcert": "^2.0.0",
    "vite-plugin-vue-inspector": "^5.3.2",
    "vue": "^3.5.32",
    "vue-tsc": "^3.2.6"
  },
  "packageManager": "pnpm@8.15.0+sha512.ea45517d5285d123eac02c3793505fa1fd6da90a2fc60d1e8d9e0c1e9292886ecfaff513f062b9d1cc8021bb8615033b1ac5bea3b2ee3fc165a6d7034bbe6b03"
}
