{
  "name": "aws-architect",
  "version": "6.7.159",
  "description": "AWS Architect is a node based tool to configure and deploy AWS-based microservices.",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "lib",
    "bin"
  ],
  "scripts": {
    "lint": "eslint --ext .js tests lib index.js",
    "test": "vitest run"
  },
  "bin": {
    "aws-architect": "./bin/aws-architect.js"
  },
  "dependencies": {
    "@aws-sdk/client-cloudformation": "^3.1045.0",
    "@aws-sdk/client-s3": "^3.1045.0",
    "@aws-sdk/client-sts": "^3.1045.0",
    "archiver": "^7.0.0",
    "body-parser": "^1.18.2",
    "commander": "^14.0.0",
    "cookie-parser": "^1.4.7",
    "express": "^5",
    "fs-extra": "^6.0.1",
    "header-case-normalizer": "^1.0.3",
    "json-stringify-safe": "^5.0.1",
    "lodash.clonedeep": "^4.5.0",
    "lodash.isequal": "^4.5.0",
    "glob": "^10.0.0",
    "mime-types": "^2.1.27",
    "morgan": "^1.9.1",
    "short-uuid": "^4.2.0",
    "tmp": "^0.2.4"
  },
  "peerDependencies": {
    "aws-sdk": ">=2.877.0"
  },
  "devDependencies": {
    "@authress/eslint-config": "^1.0.2",
    "aws-sdk": "*",
    "error-object-polyfill": "^1.1.14",
    "eslint": "^10.2.0",
    "eslint-config-cimpress-atsquad": "^1.0.67",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.1.1",
    "sinon": "^1.17.3",
    "vitest": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Authress-Engineering/aws-architect.js"
  },
  "keywords": [
    "aws",
    "cloudfront",
    "package creation",
    "microservice",
    "api gateway",
    "serverless",
    "api gateway",
    "aws api gateway",
    "lambda",
    "aws lambda",
    "amazon",
    "amazon web services",
    "dynamodb"
  ],
  "author": "Authress Developers <developers@authress.io> (https://authress.io)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/Authress-Engineering/aws-architect.js/issues"
  },
  "homepage": "https://github.com/Authress-Engineering/aws-architect.js#readme",
  "engines": {
    "node": ">=20"
  }
}
