{
  "name": "node-cli",
  "version": "2.22.0",
  "description": "arcgis-rest-js node command-line item search example",
  "main": "ago.js",
  "scripts": {
    "start": "echo \"CLI - node index.js <search>\" && exit 1"
  },
  "bin": {
    "ago": "./ago.js"
  },
  "private": true,
  "keywords": [
    "arcgis",
    "node",
    "arcgis-rest-js"
  ],
  "author": "Dave Bouwman <dbouwman@esri.com>",
  "license": "Apache-2.0",
  "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",
    "commander": "^2.12.2",
    "cross-fetch": "^3.0.0",
    "isomorphic-form-data": "^1.0.0",
    "jsonfile": "^4.0.0"
  }
}
