{
  "name": "react-family-chart",
  "version": "0.0.0",
  "description": "family tree creator and viewer",
  "keywords": [
    "datafull",
    "family-chart",
    "family tree",
    "d3"
  ],
  "license": "ISC",
  
  "main": "dist/family-chart.js",
  "unpkg": "dist/family-chart.min.js",
  "module": "dist/family-chart.esm.js",
  "exports": {
    ".": {
      "import": "./dist/family-chart.esm.js",
      "require": "./dist/family-chart.js"
    },
    "./styles/*": "./dist/styles/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/donatso/family-chart.git"
  },
  "files": [
    "dist/**/*.js",
    "dist/styles/**"
  ],
  "scripts": {
    "build": "node build.js",
    "test": "yarn run cypress open --project tests"
  },
  "sideEffects": false,
  "dependencies": {
    "d3": "6"
  }
}