{
  "type": "module",
  "name": "@xyx-utils/vue3",
  "version": "1.0.0",
  "description": "",
  "main": "dist/index.mjs",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "peerDependencies": {
    "vue": ">=3.0.0"
  },
  "optionalDependencies": {
    "@vueuse/core": ">=10.0.0",
    "echarts": ">=4.0.0"
  },
  "devDependencies": {
    "@types/echarts": "^4.9.22",
    "echarts": "^4.9.0"
  }
}