{
  "name": "@leafygreen-ui/testing-lib",
  "version": "0.9.1",
  "description": "leafyGreen UI Kit Internal Testing Library",
  "main": "./dist/umd/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "dependencies": {
    "@testing-library/user-event": "13.5.0",
    "lodash": "^4.17.21",
    "@lg-tools/build": "^0.9.0"
  },
  "peerDependencies": {
    "@testing-library/react": "^12.0.0 || ^13.1.0 || ^14.0.0"
  },
  "optionalDependencies": {
    "@testing-library/react-hooks": ">=3.7.0"
  },
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/mongodb/leafygreen-ui/tree/main/packages/testing-lib",
  "repository": {
    "type": "git",
    "url": "https://github.com/mongodb/leafygreen-ui"
  },
  "bugs": {
    "url": "https://jira.mongodb.org/projects/PD/summary"
  },
  "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"
  }
}