{
  "name": "@arcgis/components-build-utils",
  "version": "5.1.20",
  "description": "Collection of common internal build-time patterns and utilities for ArcGIS Maps SDK for JavaScript components.",
  "homepage": "https://developers.arcgis.com/javascript/latest/",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist/"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "dependencies": {
    "@types/node": "^24.10.0",
    "tslib": "^2.8.1",
    "vite": "^7.3.2",
    "vite-plugin-dts": "^4.5.4"
  }
}