{
  "name": "@millihq/terraform-next-proxy",
  "version": "0.13.2",
  "description": "Proxy component of Terraform Next.js module for AWS",
  "main": "index.js",
  "license": "Apache-2.0",
  "homepage": "https://registry.terraform.io/modules/milliHQ/next-js/aws",
  "repository": {
    "type": "git",
    "url": "https://github.com/milliHQ/terraform-next.js.git",
    "directory": "packages/proxy"
  },
  "scripts": {
    "build": "ncc-zip build -f handler --license third-party-licenses.txt src/handler.ts",
    "prepack": "cp dist/third-party-licenses.txt ../../LICENSE ./",
    "postpack": "rm ./LICENSE ./third-party-licenses.txt"
  },
  "dependencies": {
    "@vercel/routing-utils": "^1.9.1",
    "abort-controller": "^3.0.0",
    "node-fetch": "^2.6.7"
  },
  "devDependencies": {
    "@types/aws-lambda": "^8.10.76",
    "@types/node-fetch": "^2.5.7",
    "@vercel/ncc": "^0.33.4",
    "get-port": "^5.1.1",
    "ncc-zip": "^2.1.0"
  },
  "files": [
    "dist.zip",
    "third-party-licenses.txt"
  ]
}
