{
  "name": "@wavemaker/react-native-echarts",
  "version": "1.0.0",
  "description": "React Native chart components built on using e-charts library.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/wavemaker/wm-react-native-echarts.git"
  },
  "keywords": [
    "react-native",
    "echarts",
    "widgets",
    "charting",
    "charts",
    "charts",
    "gauges",
    "geo",
    "maps",
    "visualization",
    "data-visualization",
    "data-analysis",
    "data-visualization",
    "data-analysis"
  ],
  "main": "index.js",
  "homepage": "https://wavemaker.github.io/wm-react-native-echarts",
  "types": "index.d.ts",
  "files": [
    "*"
  ],
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "@shopify/react-native-skia": "*",
    "@wuba/react-native-echarts": "^3.0.1",
    "echarts": "^6.0.0",
    "zrender": "*",
    "react-native-svg": "*"
  },
  "dependencies": {
    "@wuba/react-native-echarts": "^3.0.1",
    "echarts": "^6.0.0"
  },
  "private": false
}