{
  "name": "attachments",
  "version": "2.22.0",
  "private": true,
  "description": "Vanilla JavaScript demo of attachment methods of @esri/arcgis-rest-feature-service",
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "@esri/arcgis-rest-feature-layer": "^2.22.0",
    "@esri/arcgis-rest-request": "^2.22.0"
  },
  "devDependencies": {
    "http-server": "*"
  },
  "scripts": {
    "start": "http-server ."
  }
}
