{
  "name": "react-google-charts",
  "version": "4.0.7",
  "description": "react-google-charts React component",
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "require": "./dist/index.cjs",
    "import": "./dist/index.js"
  },
  "peerDependencies": {
    "react": ">=16.3.0",
    "react-dom": ">=16.3.0"
  },
  "author": "Rakan Nimer",
  "homepage": "https://react-google-charts.com",
  "license": "MIT",
  "repository": "https://github.com/RakanNimer/react-google-charts",
  "keywords": [
    "react",
    "google",
    "charts"
  ],
  "files": [
    "dist/"
  ]
}
