{
  "name": "react-circular-gradient-progress",
  "version": "1.1.1",
  "description": "Display progress in a circle fashion",
  "main": "lib/index.js",
  "scripts": {
    "build": "tsc",
    "prepublish": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doumart/react-circular-progress.git"
  },
  "keywords": [
    "circular",
    "progress",
    "progression",
    "svg",
    "circle",
    "Gradient"
  ],
  "author": "Dominique Richard",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/doumart/react-circular-progress/issues"
  },
  "homepage": "https://github.com/doumart/react-circular-progress#readme",
  "devDependencies": {
    "react": "^16.13.1",
    "@types/node": "^12.7.4",
    "@types/react": "^16.9.49",
    "@typescript-eslint/eslint-plugin": "^4.1.1",
    "@typescript-eslint/parser": "^4.1.1",
    "eslint": "^7.9.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-react-hooks": "^4.1.2",
    "typescript": "^4.0.2"
  },
  "peerDependencies": {
    "react": "16.x.x"
  }
}
