{
  "name": "cli-item-management",
  "version": "2.22.0",
  "description": "Manage items in ArcGIS Online with a Node JS CLI and ArcGIS Rest JS",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Patrick Arlt <parlt@esri.com>",
  "license": "Apache-2.0",
  "private": true,
  "keywords": [
    "arcgis",
    "node",
    "arcgis-rest-js"
  ],
  "dependencies": {
    "@esri/arcgis-rest-auth": "^2.22.0",
    "@esri/arcgis-rest-portal": "^2.22.0",
    "@esri/arcgis-rest-request": "^2.22.0",
    "chalk": "^2.3.0",
    "cross-fetch": "^3.0.0",
    "isomorphic-form-data": "^1.0.0",
    "prompts": "^2.0.3"
  }
}
