{
  "name": "@dfnivo/chord",
  "version": "0.79.13",
  "license": "MIT",
  "author": {
    "name": "Raphaël Benitte",
    "url": "https://github.com/plouc"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/plouc/nivo.git",
    "directory": "packages/chord"
  },
  "keywords": [
    "nivo",
    "dataviz",
    "react",
    "d3",
    "charts",
    "chord-diagram"
  ],
  "module": "./dist/ejs/index.js",
  "typings": "./dist/types/index.d.ts",
  "files": [
    "README.md",
    "LICENSE.md",
    "dist/",
    "!dist/tsconfig.tsbuildinfo"
  ],
  "dependencies": {
    "@dfnivo/arcs": "0.79.13",
    "@dfnivo/colors": "0.79.13",
    "@dfnivo/container": "0.79.13",
    "@dfnivo/core": "0.79.13",
    "@dfnivo/legends": "0.79.13",
    "@dfnivo/tooltip": "0.79.13",
    "@react-spring/web": "9.7.1",
    "d3-chord": "^3.0.1",
    "d3-shape": "^3.2.0"
  },
  "devDependencies": {
    "@types/d3-chord": "^3.0.1"
  },
  "peerDependencies": {
    "react": ">= 16.14.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "b7a01749bb8fab5b19267ffe4fe1dcdb7915ed9a"
}
