{
  "name": "uhray-app-scripts",
  "version": "1.0.29",
  "description": "",
  "main": "index.js",
  "scripts": {
    "prepublish": "rm -rf .build/ && tsc && npm run copyfiles && echo \"#!/usr/bin/env node\nrequire('./index.js')\" > .build/bin.sh && chmod +x .build/bin.sh",
    "copyfiles": "mkdir -p .build; rm -rf .build/templates; cp -r src/templates .build/templates",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "files": [
    ".build/**/*",
    "README.md"
  ],
  "devDependencies": {
    "@types/node": "^10.7.1",
    "typescript": "^3.0.1"
  },
  "dependencies": {
    "aws-sdk": "^2.296.0",
    "commander": "^2.17.1",
    "debug": "^3.1.0",
    "jimp": "^0.4.0",
    "lodash": "^4.17.10",
    "moment": "^2.22.2",
    "moment-timezone": "^0.5.21",
    "prompt-sync": "^4.1.6",
    "request": "^2.88.0",
    "require-dir": "^1.0.0",
    "simple-git": "^1.96.0"
  },
  "bin": {
    "uhray-app-scripts": ".build/bin.sh"
  }
}
