{
  "name": "react-native-circular-progress-view",
  "version": "2.0.7",
  "description": "React Native customizable circular progress indicator",
  "main": "index",
  "scripts": {
    "test": "jest",
    "lint": "eslint .",
    "lint:fix": "eslint --color --ext .js --fix src/",
    "ts": "tsc -d --declarationDir dist/lib --declarationMap --emitDeclarationOnly"
  },
  "repository": {
    "name": "GitHub",
    "type": "git",
    "url": "git+https://github.com/mkdesilva/react-native-circular-progress-indicator.git"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.59.0",
    "react-native-reanimated": ">=2.2.0",
    "react-native-svg": "^12.1.1"
  },
  "author": "MK de Silva <dev.mkdesilva@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mkdesilva/react-native-circular-progress-indicator/issues"
  },
  "homepage": "https://github.com/mkdesilva/react-native-circular-progress-indicator.git",
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.10.2",
    "@babel/preset-react": "^7.10.1",
    "@babel/runtime": "^7.11.2",
    "@react-native-community/eslint-config": "^2.0.0",
    "@types/jest": "^27.0.1",
    "@types/react-native": "^0.64.13",
    "@types/react-test-renderer": "^17.0.1",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.5.0",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-transform-export-extensions": "^6.22.0",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "eslint": "^7.32.0",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-native": "^3.8.1",
    "husky": "^7.0.1",
    "jest": "^26.5.0",
    "jest-enzyme": "^7.1.2",
    "metro-react-native-babel-preset": "^0.63.0",
    "react": "16.11.0",
    "react-dom": "^17.0.1",
    "react-native": "0.62.2",
    "react-native-gesture-handler": "^1.10.3",
    "react-native-reanimated": "^2.2.3",
    "react-native-svg": "^12.1.1",
    "react-test-renderer": "16.13.1",
    "typescript": "^4.4.2"
  },
  "resolutions": {
    "@types/react": "^17"
  },
  "jest": {
    "preset": "react-native",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  },
  "keywords": [
    "react-native",
    "react",
    "native",
    "animated",
    "reanimated",
    "chart",
    "ui",
    "animated-chart",
    "progress-indicator",
    "animated-progress-indicator",
    "animated-progress-bar",
    "circular-progress-bar",
    "circular-progress",
    "circular-progress-indicator",
    "mobile",
    "android",
    "ios"
  ]
}
