{
  "name": "react-native-pie-chart",
  "version": "4.0.1",
  "description": "pie chart for react native",
  "scripts": {
    "tsc": "tsc",
    "tsc:watch": "tsc --watch",
    "pretty": "prettier './src/**/*.ts*' --write --config .prettierrc",
    "lint": "eslint --quiet './src/**/*.ts*'",
    "check": "npm run pretty && npm run lint && npm run tsc",
    "compile": "babel src --out-dir dist --extensions '.ts,.tsx'",
    "build": "echo 'Error: use make build instead' && exit 3",
    "test": "jest"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/aidin36/react-native-pie-chart"
  },
  "author": "Aidin Gharibnavaz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/aidin36/react-native-pie-chart/issues"
  },
  "keywords": [
    "react",
    "react-native",
    "chart",
    "pie-chart",
    "visualization"
  ],
  "peerDependencies": {
    "react": ">=18.2.0",
    "react-native": ">=0.73.0",
    "react-native-svg": ">=15.8.0"
  },
  "devDependencies": {
    "@babel/cli": "7.26.4",
    "@babel/core": "7.26.0",
    "@babel/eslint-parser": "7.25.9",
    "@babel/runtime": "7.26.0",
    "@jest/globals": "^29.7.0",
    "@react-native/babel-preset": "0.76.5",
    "@react-native/eslint-config": "0.76.5",
    "@types/react": "18.3.12",
    "@typescript-eslint/eslint-plugin": "8.18.0",
    "@typescript-eslint/parser": "8.18.0",
    "babel-jest": "29.7.0",
    "eslint": "8.57.0",
    "eslint-config-airbnb": "19.0.4",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-import": "2.31.0",
    "eslint-plugin-jsx-a11y": "6.10.2",
    "eslint-plugin-prettier": "5.2.1",
    "eslint-plugin-react": "7.37.2",
    "eslint-plugin-react-native": "4.1.0",
    "eslint-plugin-tsdoc": "0.4.0",
    "jest": "29.7.0",
    "prettier": "3.4.2",
    "react": "18.3.1",
    "react-native": "0.76.5",
    "react-test-renderer": "18.3.1",
    "typescript": "5.7.2"
  },
  "dependencies": {
    "d3-shape": "3.2.0"
  },
  "volta": {
    "node": "22.12.0"
  }
}
