{
  "name": "organization-chart-react",
  "version": "1.1.2",
  "description": "A react component to display organization chart",
  "author": "LeeJams [woals214@gmail.com]",
  "type": "module",
  "main": "./dist/organization-chart-react.umd.cjs",
  "module": "./dist/organization-chart-react.js",
  "types": "./dist/organization-chart-react.d.ts",
  "exports": {
    ".": {
      "types": "./dist/organization-chart-react.d.ts",
      "import": "./dist/organization-chart-react.js",
      "require": "./dist/organization-chart-react.umd.cjs"
    },
    "./dist/style.css": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LeeJams/Organization-Chart-React"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "react component",
    "react organization chart",
    "react organization",
    "react chart",
    "react org",
    "organization",
    "chart",
    "org",
    "organization chart",
    "react org chart",
    "react org"
  ],
  "license": "MIT",
  "homepage": "https://leejams.github.io/Organization-Chart-React/",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "build-types": "tsc --emitDeclarationOnly",
    "copy-types": "node copy-types.js",
    "build-bundle": "npm run build-types && npm run copy-types && vite build"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.2.15",
    "@types/react-dom": "^18.2.7",
    "@vitejs/plugin-react": "^4.0.3",
    "eslint": "^8.45.0",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.3",
    "typescript": "^5.7.2",
    "vite": "^4.4.5"
  }
}
