{
  "name": "@oiij/e-charts",
  "type": "module",
  "version": "0.0.8",
  "description": "A Vue Composable for ECharts",
  "author": "oiij",
  "license": "MIT",
  "homepage": "https://github.com/oiij/use",
  "repository": {
    "type": "git",
    "url": "git@github.com:oiij/use.git"
  },
  "bugs": "https://github.com/oiij/use/issues",
  "keywords": [
    "@oiij/use",
    "e-charts"
  ],
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "LICENSE",
    "README.md",
    "dist",
    "package.json"
  ],
  "peerDependencies": {
    "@vueuse/core": "^13.7.0",
    "echarts": "^6.0.0",
    "vue": "^3.5.18"
  },
  "devDependencies": {
    "@vueuse/core": "^13.7.0",
    "echarts": "^6.0.0",
    "vue": "^3.5.18"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsc --noEmit && tsdown",
    "bumpp": "bumpp --no-push"
  }
}