{
  "name": "@nicolai8/d3-org-chart",
  "version": "3.2.6",
  "description": "Highly customizable org chart, created with d3",
  "keywords": [
    "d3",
    "d3-module",
    "d3-org-chart",
    "org-chart",
    "hierarchy",
    "employee"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bugs": {
    "url": "https://github.com/Nicolai8/org-chart/issues"
  },
  "homepage": "https://github.com/Nicolai8/org-chart#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/Nicolai8/org-chart.git"
  },
  "scripts": {
    "start": "webpack serve",
    "build": "tsc",
    "checkTs": "tsc --noEmit",
    "prepare": "npm run build"
  },
  "devDependencies": {
    "@babel/cli": "7.22.9",
    "@babel/core": "7.22.11",
    "@babel/plugin-proposal-class-properties": "7.16.0",
    "@babel/plugin-transform-typescript": "7.22.11",
    "@babel/preset-env": "7.22.10",
    "@types/lodash.merge": "4.6.7",
    "babel-loader": "9.1.3",
    "html-webpack-plugin": "^5.5.3",
    "prettier": "2.8.4",
    "typescript": "5.2.2",
    "webpack": "5.88.2",
    "webpack-cli": "5.1.4",
    "webpack-dev-server": "4.13.3"
  },
  "dependencies": {
    "@types/d3-array": "3.0.6",
    "@types/d3-drag": "3.0.3",
    "@types/d3-flextree": "2.1.1",
    "@types/d3-hierarchy": "3.1.3",
    "@types/d3-selection": "3.0.6",
    "@types/d3-shape": "3.1.2",
    "@types/d3-transition": "3.0.4",
    "@types/d3-zoom": "3.0.4",
    "d3-array": "3.2.4",
    "d3-drag": "3.0.0",
    "d3-flextree": "2.1.2",
    "d3-hierarchy": "3.1.2",
    "d3-selection": "3.0.0",
    "d3-shape": "3.2.0",
    "d3-transition": "3.0.1",
    "d3-zoom": "3.0.0",
    "lodash.merge": "4.6.2"
  }
}
