{
  "name": "handel",
  "version": "0.40.0",
  "description": "Orchestrates your AWS deployments so you don't have to.",
  "main": "./bin/handel",
  "scripts": {
    "lint": "tslint -p tsconfig.json -t stylish",
    "clean": "node npm-scripts.js clean",
    "compile": "echo Compiling && tsc && echo Finished compile",
    "copyNonTsFiles": "node npm-scripts.js copyNonTsFiles",
    "build": "npm run clean && npm run compile && npm run copyNonTsFiles",
    "test": "./node_modules/.bin/mocha -r ts-node/register \"test/**/*.ts\"",
    "watch-test": "./node_modules/.bin/mocha --watch --watch-extensions ts --reporter min -r ts-node/register -w \"test/**/*.ts\""
  },
  "bin": {
    "handel": "./bin/handel"
  },
  "author": "David Woodruff",
  "license": "Apache-2.0",
  "dependencies": {
    "ajv": "^5.2.3",
    "ajv-errors": "^1.0.1",
    "aws-sdk": "^2.503.0",
    "caporal": "1.1.0",
    "child-process-es6-promise": "^1.2.1",
    "common-tags": "^1.7.2",
    "crypto-random-string": "^1.0.0",
    "fs-extra": "^5.0.0",
    "handel-extension-api": "^0.40.0",
    "handel-extension-support": "^0.40.0",
    "inquirer": "^3.3.0",
    "js-yaml": "^3.13.1",
    "lodash": "^4.17.15",
    "ncp": "^2.0.0",
    "pjson": "^1.0.9",
    "tmp": "0.0.33",
    "uuid": "^3.0.1",
    "winston": "2.3.1"
  },
  "devDependencies": {
    "@types/chai": "^4.1.7",
    "@types/chai-as-promised": "^7.1.1",
    "@types/clone": "^0.1.30",
    "@types/common-tags": "^1.8.0",
    "@types/crypto-random-string": "^1.0.0",
    "@types/fs-extra": "^5.1.0",
    "@types/inquirer": "0.0.36",
    "@types/js-yaml": "^3.12.1",
    "@types/lodash": "^4.14.136",
    "@types/minimist": "^1.2.0",
    "@types/mocha": "^2.2.44",
    "@types/ncp": "^2.0.1",
    "@types/node": "^8.10.51",
    "@types/sinon": "^2.3.7",
    "@types/sinon-chai": "^2.7.35",
    "@types/tmp": "0.0.33",
    "@types/uuid": "^3.4.5",
    "@types/winston": "2.3.1",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "clone": "^2.1.1",
    "cpy-cli": "^2.0.0",
    "del-cli": "^1.1.0",
    "make-dir-cli": "^1.0.0",
    "mocha": "^5.0.5",
    "nyc": "^14.1.1",
    "sinon": "^7.3.2",
    "sinon-chai": "^2.14.0",
    "ts-node": "^3.3.0",
    "tslint": "^5.18.0",
    "typescript": "^2.8.1"
  },
  "gitHead": "36bfacbd8fe1c5e3fd3854a715044b7df9df0d81"
}
