{
  "name": "gis-csm",
  "version": "0.6.3",
  "description": "CLI wrapper for Contact sheet maker using containerized infrastructure",
  "main": "csm",
  "scripts": {
    "test": "node csm.js my_source_dir mycontact.jpg"
  },
  "bin": {
    "gis-csm": "gis-csm.js",
    "gis-csm-hr": "gis-csm-hr.js",
    "gis-csm-uhr": "gis-csm-uhr.js",
    "gis-csm-xhr": "gis-csm-xhr.js",
    "gicsl": "gis-csm.js"
  },
  "repository": {
    "bugs": "https://github.com/jgwill/gis-make-contact-sheet/issues",
    "type": "git",
    "url": "https://github.com/jgwill/gis-make-contact-sheet/tree/main/gis-csm",
    "directory": "/gis-csm"
  },
  "keywords": [
    "contact-sheet",
    "cli"
  ],
  "author": "Guillaume Descoteaux-Isabelle",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jgwill/gis-make-contact-sheet/issues"
  },
  "homepage": "https://github.com/jgwill/gis-make-contact-sheet#readme",
  "dependencies": {
    "node-cmd": "^4.0.0",
    "node-powershell": "^4.0.0",
    "yargs": "^16.2.0"
  }
}
