@arcgis/create
Version:
ArcGIS command line tool to create new web GIS projects and applications
44 lines • 966 B
JSON
{
"name": "@arcgis/create",
"version": "4.32.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",
"dependencies": {
"@arcgis/components-build-utils": "4.32.14",
"@clack/prompts": "^0.7.0",
"@commander-js/extra-typings": "^11.1.0",
"commander": "^11.1.0",
"gradient-string": "^2.0.2",
"normalize-package-data": "^6.0.0",
"tslib": "^2.7.0"
},
"engines": {
"node": ">=18.0.0"
}
}