{
  "name": "@leafygreen-ui/leafygreen-provider",
  "version": "5.0.4",
  "description": "LeafyGreen UI Context Provider",
  "main": "./dist/umd/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "react-transition-group": "^4.4.5",
    "@leafygreen-ui/hooks": "^9.1.3",
    "@leafygreen-ui/lib": "^15.3.0"
  },
  "gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0",
  "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/leafygreen-provider",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb/leafygreen-ui"
  },
  "bugs": {
    "url": "https://jira.mongodb.org/projects/PD/summary"
  },
  "devDependencies": {
    "@lg-tools/build": "^0.8.2"
  },
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "types@<=5.0": "./dist/types/ts4.9/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/umd/index.js"
    }
  },
  "typesVersions": {},
  "scripts": {
    "build": "lg-build bundle",
    "tsc": "lg-build tsc",
    "docs": "lg-build docs"
  }
}