{
  "name": "@leafygreen-ui/hooks",
  "version": "8.3.6",
  "description": "LeafyGreen UI Kit Custom Hooks",
  "main": "./dist/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "<3.9": {
      "*": [
        "ts3.4/*"
      ]
    }
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "@leafygreen-ui/lib": "^14.1.0"
  },
  "gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0",
  "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/hooks",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb/leafygreen-ui"
  },
  "bugs": {
    "url": "https://jira.mongodb.org/projects/PD/summary"
  },
  "devDependencies": {
    "@leafygreen-ui/emotion": "^4.0.10"
  },
  "scripts": {
    "build": "lg build-package",
    "tsc": "lg build-ts",
    "docs": "lg build-tsdoc"
  }
}