@arcgis/create
Version:
ArcGIS command line tool to create new web GIS projects and applications
35 lines • 693 B
JSON
{
"name": "@arcgis/create",
"version": "4.33.14",
"description": "ArcGIS command line tool to create new web GIS projects and applications",
"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"
}
}