{
  "name": "@zigbang/appstream",
  "version": "1.1.5-beta.0",
  "main": "index.js",
  "scripts": {
    "build": "npx -p @mermaid-js/mermaid-cli mmdc -i ./docs/workflow.mmd -o ./docs/workflow.png && npx tsc",
    "deploy": "./bin/run deploy",
    "deployForAd": "./bin/run deployForAd"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zigbang/appstream.git"
  },
  "bin": {
    "appstream": "./bin/run"
  },
  "devDependencies": {
    "@mermaid-js/mermaid-cli": "^8.8.0",
    "@types/debug": "^4.1.5",
    "@types/lodash": "^4.14.162",
    "@types/node": "^14.11.2",
    "@types/node-powershell": "3.1.1",
    "@types/nunjucks": "^3.1.3",
    "@types/qs": "^6.7.0",
    "@types/shelljs": "^0.8.8",
    "@types/vorpal": "^1.12.0",
    "release-it": "^14.2.1",
    "tslint": "^6.1.3",
    "tslint-eslint-rules": "^5.4.0",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@aws-cdk/aws-appstream": "1.64.0",
    "@aws-cdk/aws-ec2": "1.64.0",
    "@aws-cdk/aws-route53": "1.64.0",
    "@aws-cdk/aws-s3": "1.64.0",
    "@aws-cdk/core": "1.64.0",
    "aws-cdk": "1.64.0",
    "aws-sdk": "^2.741.0",
    "axios": "^0.20.0",
    "debug": "^4.1.1",
    "moment": "^2.28.0",
    "node-powershell": "^4.0.0",
    "nunjucks": "^3.2.2",
    "qs": "^6.9.4",
    "shelljs": "^0.8.4",
    "ts-node": "^8.10.2",
    "vorpal": "^1.12.0",
    "what-is-my-ip-address": "^1.0.3"
  },
  "bundledDependencies": [
    "@aws-cdk/aws-appstream",
    "@aws-cdk/aws-ec2",
    "@aws-cdk/aws-route53",
    "@aws-cdk/aws-s3",
    "@aws-cdk/core",
    "aws-cdk"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}