{
  "name": "pb-cloud",
  "version": "1.0.1",
  "description": "Future home for our AWS Amplify and CloudFormation resources",
  "main": "./dist/index.js",
  "scripts": {
    "build": "tsc",
    "push": "amplify push",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.hunterdouglas.com:powerblue/pb-cloud.git"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "aws-amplify": "^1.1.28"
  },
  "devDependencies": {
    "@aws-amplify/cli": "^1.7.2",
    "typescript": "^3.5.1"
  }
}
