{
  "name": "@visx/text",
  "version": "3.12.0",
  "description": "visx text",
  "sideEffects": false,
  "main": "lib/index.js",
  "module": "esm/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "esm"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/airbnb/visx.git"
  },
  "keywords": [
    "visx",
    "react",
    "d3",
    "visualization",
    "chart"
  ],
  "author": "@techniq",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/airbnb/visx/issues"
  },
  "homepage": "https://github.com/airbnb/visx#readme",
  "dependencies": {
    "@types/lodash": "^4.14.172",
    "@types/react": "*",
    "classnames": "^2.3.1",
    "lodash": "^4.17.21",
    "prop-types": "^15.7.2",
    "reduce-css-calc": "^1.3.0"
  },
  "peerDependencies": {
    "react": "^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@testing-library/react-hooks": "^8.0.0"
  },
  "gitHead": "4aa0fde61055a63df171806d21b92b3380764f34"
}
