{ "name": "react-native-gifted-charts", "version": "1.2.42", "description": "The most complete library for Bar, Line, Area, Pie, Donut and Stacked Bar 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 (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": { "react-native-linear-gradient": "^2.7.3", "react-native-svg": "^13.9.0" }, "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-test-renderer": "18.2.0", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "peerDependencies": { "react": "*", "react-native": "*" }, "keywords": [ "react-native", "chart", "charts", "graph", "bar", "pie", "donut", "area", "line" ] }