{
  "name": "@figliolia/rn-donut-chart",
  "version": "1.0.2",
  "description": "An animated donut/pie chart library",
  "main": "dist/cjs/index.js",
  "module": "dist/mjs/index.js",
  "author": "Alex Figliolia",
  "license": "MIT",
  "homepage": "https://github.com/alexfigliolia/react-native-donut-chart#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexfigliolia/react-native-donut-chart.git"
  },
  "files": [
    "src",
    "dist",
    "media"
  ],
  "keywords": [
    "react-native",
    "react",
    "animation",
    "donut-chart"
  ],
  "scripts": {
    "build": "npx ts-packager -e src",
    "start": "tsx devtools/dev-server/CLI.ts",
    "lint": "tsx ci/commands/Lint.ts",
    "test": "tsx ci/commands/Test.ts"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": "^18.2.0",
    "react-native": "^0.73.6",
    "react-native-svg": "^15.1.0"
  },
  "devDependencies": {
    "@figliolia/child-process": "^1.0.3",
    "@figliolia/ts-packager": "^1.0.9",
    "@types/node": "^16.7.13",
    "@types/react": "^18.2.75",
    "@types/react-native": "^0.73.0",
    "@typescript-eslint/eslint-plugin": "^5.59.1",
    "@typescript-eslint/parser": "^5.59.1",
    "eslint": "^8.39.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.0.0",
    "eslint-config-prettier": "^8.8.0",
    "eslint-import-resolver-typescript": "^3.6.1",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-json-format": "^2.0.1",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "prettier": "^3.2.5",
    "react-native-svg": "^15.1.0",
    "tsx": "^4.7.2",
    "typescript": "^5.4.5"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": {
      "import": "./dist/mjs/index.js",
      "require": "./dist/cjs/index.js",
      "types": "./dist/types/index.d.ts"
    }
  },
  "types": "dist/types/index.d.ts"
}