{
  "name": "@arcgis/components-utils",
  "version": "4.34.9",
  "description": "Collection of common internal patterns and utilities for ArcGIS Maps SDK for JavaScript components.",
  "homepage": "https://developers.arcgis.com/javascript/latest/",
  "sideEffects": false,
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.legacy.js",
  "types": "dist/index.d.cts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist/"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "dependencies": {
    "@arcgis/toolkit": "4.34.9",
    "tslib": "^2.8.1"
  }
}