{
  "name": "@code-like-a-carpenter/foundation-plugin-cloudformation",
  "description": "graphql-codegen plugin which generates CloudFormation template(s) using the Foundation parser",
  "author": "Ian Remmel <1182361+ianwremmel@users.noreply.github.com> (https://www.ianwremmel.com)",
  "bugs": "https://www.github.com/code-like-a-carpenter/workbench/issues",
  "engines": {
    "node": "22.x"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/cjs/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "homepage": "https://www.github.com/code-like-a-carpenter/workbench/tree/main/packages/@code-like-a-carpenter/foundation-plugin-cloudformation",
  "license": "MIT",
  "repository": "git@github.com:code-like-a-carpenter/workbench.git",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@code-like-a-carpenter/assert": "2.4.0",
    "@code-like-a-carpenter/foundation-intermediate-representation": "3.5.0",
    "@code-like-a-carpenter/foundation-parser": "3.5.0",
    "@code-like-a-carpenter/graphql-codegen-helpers": "2.5.0",
    "@graphql-codegen/plugin-helpers": "^5.0.4",
    "js-yaml": "^4.1.0",
    "js-yaml-cloudformation-schema": "^1.0.0",
    "lodash": "^4.17.21",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@types/aws-lambda": "^8.10.138",
    "@types/js-yaml": "^4.0.9"
  },
  "releaseAll": 5,
  "types": "./dist/types/index.d.ts",
  "type": "module",
  "version": "3.6.0"
}
