{
  "name": "react-native-gifted-charts",
  "version": "1.4.10",
  "description": "The most complete library for Bar, Line, Area, Pie, Donut, Stacked Bar and Population Pyramid charts in React Native. Allows 2D, 3D, gradient, animations and live data updates.",
  "main": "src/index.tsx",
  "files": [
    "src"
  ],
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint ."
  },
  "repository": "https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts",
  "author": "Abhinandan Kushwaha <kushabhi5@gmail.com> (https://github.com/Abhinandan-Kushwaha)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Abhinandan-Kushwaha/react-native-gifted-charts/issues"
  },
  "homepage": "https://gifted-charts.web.app/",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "dependencies": {
    "gifted-charts-core": "^0.1.4"
  },
  "devDependencies": {
    "@babel/core": "^7.22.5",
    "@babel/runtime": "^7.22.5",
    "@react-native-community/eslint-config": "^3.2.0",
    "@types/jest": "^29.5.2",
    "@types/node": "^20.3.3",
    "@types/react": "^18.2.14",
    "@types/react-dom": "^18.2.6",
    "@types/react-native": "^0.72.2",
    "babel-jest": "^29.5.0",
    "eslint": "^8.44.0",
    "jest": "^29.5.0",
    "metro-react-native-babel-preset": "^0.76.7",
    "react": "^18.2.0",
    "react-native": "^0.73.2",
    "react-native-linear-gradient": "^2.8.3",
    "react-native-svg": "^14.1.0",
    "react-test-renderer": "18.2.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.1.6"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*",
    "react-native-linear-gradient": "*",
    "expo-linear-gradient": "*",
    "react-native-svg": "*"
  },
  "peerDependenciesMeta": {
    "react-native-linear-gradient": {
      "optional": true
    },
    "expo-linear-gradient": {
      "optional": true
    }
  },
  "keywords": [
    "chart",
    "charts",
    "graph",
    "data visualization",
    "bar",
    "pie",
    "donut",
    "area",
    "line",
    "population",
    "pyramid",
    "react",
    "react native",
    "react-native"
  ]
}
