{
  "_args": [
    [
      "cloudform@4.2.0",
      "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer"
    ]
  ],
  "_from": "cloudform@4.2.0",
  "_id": "cloudform@4.2.0",
  "_inBundle": false,
  "_integrity": "sha512-dCKY2a6cWygG0ool77f55UcjF5F69CfdtXIOLBuXpkPvj6UPhDUZbTHoBNnAaSHyAbJWt791lTyrtVpD71bNdA==",
  "_location": "/cloudform",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cloudform@4.2.0",
    "name": "cloudform",
    "escapedName": "cloudform",
    "rawSpec": "4.2.0",
    "saveSpec": null,
    "fetchSpec": "4.2.0"
  },
  "_requiredBy": [
    "/graphql-relational-schema-transformer"
  ],
  "_resolved": "https://registry.npmjs.org/cloudform/-/cloudform-4.2.0.tgz",
  "_spec": "4.2.0",
  "_where": "/Users/hassanabbasi/Documents/Projects/cdk-appsync-transformer",
  "bin": {
    "cloudform": "cli/cloudform.js"
  },
  "bugs": {
    "url": "https://github.com/bright/cloudform/issues"
  },
  "dependencies": {
    "cloudform-types": "^4.2.0",
    "jsonminify": "^0.4.1",
    "ts-node": "^8.9.0",
    "typescript": "^3.8.3"
  },
  "description": "TypeScript-based imperative way to define AWS CloudFormation templates",
  "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"
  },
  "homepage": "https://github.com/bright/cloudform#readme",
  "keywords": [
    "cloudformation",
    "aws"
  ],
  "license": "MIT",
  "main": "packages/cloudform/index.js",
  "name": "cloudform",
  "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"
  },
  "version": "4.2.0"
}
