{
  "name": "cloudform",
  "version": "7.5.0",
  "description": "TypeScript-based imperative way to define AWS CloudFormation templates",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bright/cloudform.git"
  },
  "scripts": {
    "build": "tsc --declaration",
    "run-example": "ts-node ./cli/cloudform.ts example/example.ts"
  },
  "keywords": [
    "cloudformation",
    "aws"
  ],
  "license": "MIT",
  "bin": {
    "cloudform": "cli/cloudform.js"
  },
  "dependencies": {
    "cloudform-types": "^7.5.0",
    "jsonminify": "^0.4.1",
    "ts-node": "^8.9.0",
    "typescript": "^3.8.3"
  },
  "devDependencies": {
    "@types/jsonminify": "^0.4.0",
    "@types/lodash": "^4.14.150",
    "@types/node": "^13.13.1",
    "@types/node-fetch": "^2.5.6",
    "lodash": "^4.17.15",
    "node-fetch": "^2.6.0"
  },
  "gitHead": "4580d362da1380fddb0337312617a465d0090927"
}
