{
  "name": "react-family-tree",
  "version": "3.2.0",
  "description": "React component that renders a family tree",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "scripts": {
    "start": "tsc --watch",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SanichKotikov/react-family-tree.git"
  },
  "author": "Sanich Kotikov <sancho@cdrpro.ru> (https://sanichkotikov.github.io)",
  "license": "MIT",
  "files": [
    "lib"
  ],
  "keywords": [
    "react",
    "react-component",
    "component",
    "family-tree",
    "family",
    "relatives"
  ],
  "bugs": {
    "url": "https://github.com/SanichKotikov/react-family-tree/issues"
  },
  "peerDependencies": {
    "@types/react": ">=16",
    "react": ">=16"
  },
  "devDependencies": {
    "typescript": "4.7.4"
  },
  "dependencies": {
    "relatives-tree": "3.2.x"
  },
  "homepage": "https://github.com/SanichKotikov/react-family-tree"
}
