{
  "name": "@leafygreen-ui/lib",
  "version": "15.7.0",
  "description": "leafyGreen UI Kit Internal Library",
  "main": "./dist/umd/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "keywords": [],
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0"
  },
  "dependencies": {
    "lodash": "^4.17.21"
  },
  "gitHead": "dd71a2d404218ccec2e657df9c0263dc1c15b9e0",
  "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb/leafygreen-ui"
  },
  "bugs": {
    "url": "https://jira.mongodb.org/projects/PD/summary"
  },
  "devDependencies": {
    "@emotion/styled": "^11.10.5",
    "@lg-tools/build": "^0.8.4"
  },
  "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"
  }
}