{
  "name": "react-native-echarts-wrapper",
  "version": "1.4.6",
  "description": "📈Powerful React-Native ECharts Wrapper 📊",
  "main": "src/index.js",
  "scripts": {
    "test": "node_modules/.bin/jest",
    "coverage": "node_modules/.bin/jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tomLadder/react-native-echarts-wrapper.git"
  },
  "keywords": [
    "echarts",
    "react-native-echarts",
    "native-echarts",
    "react-native-echarts-wrapper"
  ],
  "author": "Thomas Leiter",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tomLadder/react-native-echarts-wrapper/issues"
  },
  "homepage": "https://github.com/tomLadder/react-native-echarts-wrapper#readme",
  "dependencies": {
    "prop-types": "^15.7.2",
    "react-native-webview": "^5.7.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.3",
    "jest": "^24.1.0",
    "jest-cli": "^24.1.0",
    "react": "^16.8.3",
    "react-native": "^0.58.5",
    "react-native-testing-library": "^1.5.0",
    "react-test-renderer": "^16.8.3"
  }
}
