{
  "name": "react-github-btn",
  "version": "1.4.0",
  "description": "GitHub button component for React.js",
  "main": "index.js",
  "type": "module",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/buttons/react-github-btn.git"
  },
  "keywords": [
    "React",
    "GitHub",
    "button"
  ],
  "author": {
    "name": "なつき",
    "email": "i@ntk.me",
    "url": "https://ntk.me/"
  },
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/buttons/react-github-btn/issues"
  },
  "homepage": "https://buttons.github.io/",
  "dependencies": {
    "github-buttons": "^2.22.0"
  },
  "peerDependencies": {
    "react": ">=16.3.0"
  }
}
