{
  "name": "@visx/group",
  "version": "3.12.0",
  "description": "visx group",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "esm/index.js",
  "files": [
    "lib",
    "esm"
  ],
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/visx.git"
  },
  "keywords": [
    "visx",
    "react",
    "d3",
    "visualizations",
    "charts",
    "svg"
  ],
  "author": "@hshoff",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/airbnb/visx/issues"
  },
  "homepage": "https://github.com/airbnb/visx#readme",
  "peerDependencies": {
    "react": "^16.0.0-0 || ^17.0.0-0 || ^18.0.0-0"
  },
  "dependencies": {
    "@types/react": "*",
    "classnames": "^2.3.1",
    "prop-types": "^15.6.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4aa0fde61055a63df171806d21b92b3380764f34"
}
