{
  "name": "vue-echarts",
  "version": "8.1.0",
  "description": "Vue.js component for Apache ECharts™.",
  "license": "MIT",
  "author": "GU Yiling <justice360@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ecomfe/vue-echarts.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "unpkg": "dist/index.min.js",
  "jsdelivr": "dist/index.min.js",
  "exports": {
    ".": "./dist/index.js",
    "./style.css": "./dist/style.css",
    "./graphic": {
      "types": "./dist/graphic.d.ts",
      "default": "./dist/graphic.js"
    }
  },
  "devDependencies": {
    "@types/node": "^24.13.3",
    "@typescript-eslint/utils": "^8.65.0",
    "@vercel/analytics": "^2.0.1",
    "@vitejs/plugin-vue": "^6.0.8",
    "@vitest/browser-playwright": "^4.1.10",
    "@vitest/coverage-istanbul": "^4.1.10",
    "@vue/eslint-config-prettier": "^10.2.0",
    "@vue/eslint-config-typescript": "^14.9.0",
    "@vue/server-renderer": "^3.5.40",
    "@vue/tsconfig": "^0.9.1",
    "@vueuse/core": "^14.3.0",
    "bumpp": "^12.0.0",
    "comment-mark": "^2.0.1",
    "echarts": "^6.1.0",
    "echarts-gl": "^2.1.0",
    "eslint": "^10.8.0",
    "eslint-plugin-vue": "^10.10.0",
    "jiti": "^2.7.0",
    "lefthook": "^2.1.10",
    "monaco-editor": "0.54.0",
    "oxfmt": "^0.61.0",
    "pinia": "^4.0.2",
    "playwright": "^1.62.0",
    "postcss-nested": "^7.0.2",
    "publint": "^0.3.22",
    "releaselog": "^8.1.0",
    "tsdown": "^0.22.14",
    "typescript": "^6.0.3",
    "unplugin-raw": "^0.7.0",
    "vite": "8.1.5",
    "vitest": "^4.1.10",
    "vitest-browser-vue": "^2.1.0",
    "vue": "^3.5.40",
    "vue-component-type-helpers": "^3.3.8",
    "vue-tsc": "^3.3.8"
  },
  "peerDependencies": {
    "echarts": "^6.0.0",
    "vue": "^3.3.0"
  },
  "scripts": {
    "dev": "vite",
    "build": "tsdown",
    "typecheck": "tsc -p tsconfig.json && tsc -p tsconfig.vitest.json",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "format": "oxfmt",
    "publint": "publint",
    "dev:build": "vite build",
    "dev:preview": "vite preview",
    "dev:typecheck": "vue-tsc -p ./demo",
    "test:setup": "playwright install chromium",
    "docs": "jiti ./scripts/docs.ts",
    "release": "bumpp --execute \"pnpm run docs\" --all",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:watch": "vitest watch",
    "test:browser": "vitest run --project browser",
    "test:node": "vitest run --project node"
  }
}