{
  "name": "@arcgis/create",
  "version": "5.1.14",
  "description": "The ArcGIS Maps SDK for JavaScript provides this CLI tool to streamline the process of creating a new web mapping application.",
  "keywords": [
    "ArcGIS",
    "javascript",
    "map",
    "3D",
    "2D",
    "visualization",
    "analytics",
    "spatial",
    "data-driven",
    "gis",
    "components",
    "web-components",
    "Esri"
  ],
  "homepage": "https://developers.arcgis.com/javascript/latest/",
  "type": "module",
  "files": [
    "dist/",
    "bin/"
  ],
  "bin": {
    "create-arcgis": "./bin/index.js"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "engines": {
    "node": ">=18.0.0"
  }
}