{
  "name": "react-native-charts-wrapper",
  "repository": {
    "type": "git",
    "url": "https://github.com/wuxudong/react-native-charts-wrapper.git"
  },
  "bugs": {
    "url": "https://github.com/wuxudong/react-native-charts-wrapper/issues"
  },
  "homepage": "https://github.com/wuxudong/react-native-charts-wrapper#readme",
  "version": "0.7.0",
  "description": "A react-native charts support both android and iOS.",
  "main": "index.js",
  "types": "index.d.ts",
  "author": "wuxudong",
  "license": "MIT",
  "nativePackage": true,
  "keywords": [
    "react native",
    "chart",
    "android",
    "MPAndroidChart",
    "ios",
    "Charts",
    "react-native-charts-wrapper"
  ],
  "files": [
    "android/src",
    "android/build.gradle",
    "android/gradle.properties",
    "ios/**/*.h",
    "ios/**/*.m",
    "ios/**/*.swift",
    "lib",
    "index.js",
    "index.d.ts",
    "react-native-charts-wrapper.podspec",
    "ios/ReactNativeCharts/ReactNativeCharts.xcodeproj/project.pbxproj",
    "README.md",
    "CHANGELOG.md"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "dependencies": {
    "deprecated-react-native-prop-types": "^2.3.0",
    "prop-types": "^15.8.1"
  },
  "peerDependencies": {
    "react": ">=16.0.0 || >=18.0.0 || >=19.0.0",
    "react-native": ">=0.60.0 || >=0.70.0 || >=0.80.0"
  },
  "devDependencies": {
    "@babel/core": "^7.25.9",
    "@babel/preset-env": "^7.25.9",
    "@babel/runtime": "^7.25.9",
    "eslint": "^9.25.0",
    "metro-react-native-babel-preset": "^0.81.0",
    "react": "19.1.0",
    "react-native": "0.81.5"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
