{
  "name": "react-horizontal-hiererchy-chart",
  "version": "0.0.3",
  "description": "A React component for displaying a horizontal hierarchy chart with customizable styling and data.",
  "main": "index.tsx",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@emotion/css": "^11.11.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/omimoz/react-horizontal-hiererchy-chart.git"
  },
  "keywords": [
    "react",
    "chart",
    "hierarchy",
    "horizontal",
    "tree",
    "visualization",
    "component",
    "library",
    "ui"
  ],
  "author": "omimoz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/omimoz/react-horizontal-hiererchy-chart/issues"
  },
  "homepage": "https://github.com/omimoz/react-horizontal-hiererchy-chart#readme"
}