{
  "name": "@metad/ocap-echarts",
  "version": "3.6.7",
  "keywords": [
    "metad",
    "ocap",
    "echarts"
  ],
  "author": "Tiven Wang <i.tiven.wang@gmail.com>",
  "license": "AGPL-3.0",
  "homepage": "https://github.com/xpert-ai/xpert",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xpert-ai/xpert.git"
  },
  "peerDependencies": {
    "d3-scale": "^4.0.2",
    "d3-scale-chromatic": "^3.0.0",
    "d3-geo": "^3.0.1",
    "d3-geo-projection": "^4.0.0",
    "date-fns": "^3.0.4",
    "echarts": "^5.4.2",
    "echarts-gl": "^2.0.9",
    "i18next": "^23.14.0",
    "lodash-es": "^4.17.21",
    "rxjs": "~7.8.0",
    "topojson-client": "^3.1.0"
  },
  "scripts": {
    "docs": "yarn typedoc --out ./.docs"
  },
  "module": "./src/index.js",
  "type": "module",
  "main": "./src/index.js"
}
