{
  "name": "@dealmore/terraform-next-deploy-trigger",
  "version": "0.4.0",
  "description": "Deploy trigger component of Terraform Next.js module for AWS",
  "main": "index.js",
  "license": "Apache-2.0",
  "homepage": "https://registry.terraform.io/modules/dealmore/next-js/aws",
  "repository": {
    "type": "git",
    "url": "https://github.com/dealmore/terraform-next.js.git",
    "directory": "packages/deploy-trigger"
  },
  "scripts": {
    "build": "ncc-zip build -e aws-sdk -f handler --license third-party-licenses.txt -m src/handler.ts",
    "prepack": "cp dist/third-party-licenses.txt ../../LICENSE ./",
    "postpack": "rm ./LICENSE ./third-party-licenses.txt"
  },
  "dependencies": {
    "mime": "^2.4.6"
  },
  "devDependencies": {
    "@types/archiver": "^5.1.0",
    "@types/aws-lambda": "^8.10.76",
    "@types/mime": "^2.0.2",
    "@types/tmp": "^0.2.0",
    "@types/unzipper": "^0.10.3",
    "@vercel/ncc": "^0.27.0",
    "archiver": "^5.1.0",
    "aws-sdk": "*",
    "ncc-zip": "^1.0.0",
    "tmp": "^0.2.1",
    "unzipper": "^0.10.11"
  },
  "files": [
    "dist.zip",
    "third-party-licenses.txt"
  ]
}
