@arcgis/create
Version:
The ArcGIS Maps SDK for JavaScript provides this CLI tool to streamline the process of creating a new web mapping application.
35 lines • 745 B
JSON
{
"name": "@arcgis/create",
"version": "5.0.8",
"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",
"types": "dist/index.d.ts",
"exports": "./lib/index.js",
"files": [
"dist/",
"bin/"
],
"bin": {
"create-arcgis": "./bin/index.js"
},
"license": "SEE LICENSE IN LICENSE.md",
"engines": {
"node": ">=18.0.0"
}
}