{
  "name": "vite-plugin-inspect",
  "type": "module",
  "version": "12.0.0-beta.1",
  "description": "Inspect the intermediate state of Vite plugins",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu-collective/vite-plugin-inspect#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu-collective/vite-plugin-inspect.git"
  },
  "bugs": {
    "url": "https://github.com/antfu-collective/vite-plugin-inspect/issues"
  },
  "keywords": [
    "vite-plugin"
  ],
  "exports": {
    ".": "./dist/index.mjs",
    "./nuxt": "./dist/nuxt.mjs",
    "./*": "./*"
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=14"
  },
  "peerDependencies": {
    "vite": "^8.0.0-0"
  },
  "peerDependenciesMeta": {
    "@nuxt/kit": {
      "optional": true
    }
  },
  "dependencies": {
    "@vitejs/devtools-kit": "^0.1.11",
    "ansis": "^4.2.0",
    "error-stack-parser-es": "^1.0.5",
    "obug": "^2.1.1",
    "ohash": "^2.0.11",
    "open": "^11.0.0",
    "perfect-debounce": "^2.1.0",
    "sirv": "^3.0.2",
    "unplugin-utils": "^0.3.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^7.7.3",
    "@antfu/ni": "^30.0.0",
    "@antfu/utils": "^9.3.0",
    "@iconify/json": "^2.2.454",
    "@nuxt/kit": "^4.4.2",
    "@playwright/test": "^1.58.2",
    "@types/codemirror": "^5.60.17",
    "@types/node": "^25.5.0",
    "@unocss/eslint-config": "^66.6.7",
    "@unocss/eslint-plugin": "^66.6.7",
    "@unocss/reset": "^66.6.7",
    "@vitejs/devtools": "^0.1.11",
    "@vitejs/plugin-vue": "^6.0.5",
    "@vue/compiler-sfc": "^3.5.30",
    "@vueuse/core": "^14.2.1",
    "@vueuse/router": "^14.2.1",
    "bumpp": "^11.0.1",
    "codemirror": "^5.65.16",
    "codemirror-theme-vars": "^0.1.2",
    "comlink": "^4.4.2",
    "diff-match-patch-es": "^1.0.1",
    "echarts": "^6.0.0",
    "eslint": "^10.1.0",
    "floating-vue": "^5.2.2",
    "fuse.js": "^7.1.0",
    "lint-staged": "^16.4.0",
    "pathe": "^2.0.3",
    "pinia": "^3.0.4",
    "premove": "^4.0.0",
    "simple-git-hooks": "^2.13.1",
    "skills-npm": "^1.1.0",
    "splitpanes": "^4.0.4",
    "tsdown": "^0.21.4",
    "typescript": "^5.9.3",
    "unocss": "^66.6.7",
    "unplugin-auto-import": "^21.0.0",
    "unplugin-vue-components": "^32.0.0",
    "vis-data": "^8.0.3",
    "vis-network": "^10.0.2",
    "vite": "^8.0.2",
    "vitest": "^4.1.1",
    "vue": "^3.5.30",
    "vue-echarts": "^8.0.1",
    "vue-router": "^5.0.4",
    "vue-tsc": "^3.2.6"
  },
  "resolutions": {
    "@vitejs/devtools": "catalog:dev",
    "@vitejs/devtools-kit": "catalog:prod",
    "vite": "catalog:dev"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "lint-staged": {
    "*.{js,ts,vue,md}": [
      "eslint --cache --fix"
    ]
  },
  "scripts": {
    "build": "premove dist && pnpm run --sequential /^build:/",
    "build:client": "vite build src/client",
    "build:js": "tsdown",
    "dev": "pnpm build:client && INSPECT_DEV=true vite src/client",
    "dev:client": "vite build src/client --watch",
    "watch": "tsdown --watch",
    "lint": "eslint .",
    "test:e2e": "playwright test",
    "typecheck": "vue-tsc --noEmit",
    "release": "bumpp"
  }
}