react-google-charts
Version:
react-google-charts React component
40 lines (39 loc) • 859 B
JSON
{
"name": "react-google-charts",
"version": "5.2.1",
"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": {
"name": "Rakan Nimer"
},
"homepage": "https://react-google-charts.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/RakanNimer/react-google-charts.git"
},
"keywords": [
"react",
"google",
"charts"
],
"files": [
"dist/"
],
"bugs": {
"url": "https://github.com/RakanNimer/react-google-charts/issues"
},
"packageManager": "npm@10.8.3"
}