{
  "name": "batch-geocoder",
  "version": "2.22.0",
  "description": "arcgis-rest-js batch geocode sample",
  "main": "batch-geocode.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node batch-geocode.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Esri/arcgis-rest-js.git"
  },
  "keywords": [
    "geocode",
    "batch",
    "arcgis",
    "rest",
    "js",
    "arcgis-rest-js"
  ],
  "author": "Max Payson (mpayson)",
  "license": "Apache-2.0",
  "private": true,
  "bugs": {
    "url": "https://github.com/Esri/arcgis-rest-js/issues"
  },
  "homepage": "https://github.com/Esri/arcgis-rest-js#readme",
  "dependencies": {
    "@esri/arcgis-rest-auth": "^2.22.0",
    "@esri/arcgis-rest-geocoding": "^2.22.0",
    "@esri/arcgis-rest-request": "^2.22.0",
    "cross-fetch": "^3.0.0",
    "isomorphic-form-data": "^2.0.0",
    "papaparse": "^4.6.0"
  }
}
