UNPKG

859 BJSONView Raw
1{
2 "name": "react-google-charts",
3 "version": "5.2.1",
4 "description": "react-google-charts React component",
5 "type": "module",
6 "sideEffects": false,
7 "main": "./dist/index.cjs",
8 "module": "./dist/index.js",
9 "types": "./dist/index.d.ts",
10 "exports": {
11 "require": "./dist/index.cjs",
12 "import": "./dist/index.js"
13 },
14 "peerDependencies": {
15 "react": ">=16.3.0",
16 "react-dom": ">=16.3.0"
17 },
18 "author": {
19 "name": "Rakan Nimer"
20 },
21 "homepage": "https://react-google-charts.com",
22 "license": "MIT",
23 "repository": {
24 "type": "git",
25 "url": "git+https://github.com/RakanNimer/react-google-charts.git"
26 },
27 "keywords": [
28 "react",
29 "google",
30 "charts"
31 ],
32 "files": [
33 "dist/"
34 ],
35 "bugs": {
36 "url": "https://github.com/RakanNimer/react-google-charts/issues"
37 },
38 "packageManager": "npm@10.8.3"
39}