{
  "name": "cdk-nextjs",
  "description": "Deploy Next.js apps on AWS with CDK",
  "repository": {
    "type": "git",
    "url": "https://github.com/cdklabs/cdk-nextjs.git"
  },
  "author": {
    "name": "Amazon Web Services",
    "email": "aws-cdk-dev@amazon.com",
    "organization": true
  },
  "devDependencies": {
    "@aws-cdk/integ-runner": "latest",
    "@aws-cdk/integ-tests-alpha": "latest",
    "@aws-crypto/sha256-js": "^5.2.0",
    "@aws-sdk/client-cloudfront": "^3.965.0",
    "@aws-sdk/client-dynamodb": "^3.966.0",
    "@aws-sdk/client-s3": "^3.965.0",
    "@aws-sdk/lib-storage": "^3.965.0",
    "@mrgrain/jsii-struct-builder": "^0.7.64",
    "@smithy/signature-v4": "^2.3.0",
    "@types/aws-lambda": "^8.10.159",
    "@types/debug": "^4.1.12",
    "@types/jest": "^29.5.14",
    "@types/mime-types": "^2.1.4",
    "@types/node": "^24",
    "@typescript-eslint/eslint-plugin": "^8",
    "@typescript-eslint/parser": "^8",
    "aws-cdk-lib": "2.242.0",
    "cdk-nag": "^2.37.55",
    "cdklabs-projen-project-types": "^0.3.16",
    "commit-and-tag-version": "^12",
    "constructs": "10.5.1",
    "debug": "^4.4.3",
    "esbuild": "^0.27.2",
    "eslint": "^9",
    "eslint-config-prettier": "^9.1.2",
    "eslint-import-resolver-typescript": "^3.10.1",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.4",
    "jest": "^29.7.0",
    "jest-junit": "^16",
    "jsii": "~5.9.22",
    "jsii-diff": "^1.125.0",
    "jsii-docgen": "^10.5.0",
    "jsii-pacmak": "^1.125.0",
    "jsii-rosetta": "~5.9.22",
    "mime-types": "^2.1.35",
    "next": "^16.2.0",
    "prettier": "^3.7.4",
    "projen": "^0.99.1",
    "ts-jest": "^29.4.6",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3",
    "undici": "^6.23.0"
  },
  "peerDependencies": {
    "aws-cdk-lib": "^2.242.0",
    "constructs": "^10.5.1"
  },
  "keywords": [
    "aws",
    "aws-cdk",
    "cdk",
    "next",
    "next.js",
    "nextjs"
  ],
  "main": "lib/index.js",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.5.0-beta.8",
  "jest": {
    "coverageProvider": "v8",
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/cdk.out/"
    ],
    "testMatch": [
      "<rootDir>/@(src|test)/**/*(*.)@(spec|test).ts?(x)",
      "<rootDir>/@(src|test)/**/__tests__/**/*.ts?(x)",
      "<rootDir>/@(projenrc)/**/*(*.)@(spec|test).ts?(x)",
      "<rootDir>/@(projenrc)/**/__tests__/**/*.ts?(x)"
    ],
    "clearMocks": true,
    "collectCoverage": true,
    "coverageReporters": [
      "json",
      "lcov",
      "clover",
      "cobertura",
      "text"
    ],
    "coverageDirectory": "coverage",
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      "/cdk.out/"
    ],
    "watchPathIgnorePatterns": [
      "/node_modules/"
    ],
    "reporters": [
      "default",
      [
        "jest-junit",
        {
          "outputDirectory": "test-reports"
        }
      ]
    ],
    "transform": {
      "^.+\\.[t]sx?$": [
        "ts-jest",
        {
          "tsconfig": "tsconfig.dev.json"
        }
      ]
    }
  },
  "types": "lib/index.d.ts",
  "stability": "stable",
  "jsii": {
    "outdir": "dist",
    "targets": {},
    "tsc": {
      "outDir": "lib",
      "rootDir": "src"
    }
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.js",
      "default": "./lib/index.js"
    },
    "./adapter": {
      "import": "./lib/adapter/adapter.mjs",
      "default": "./lib/adapter/adapter.mjs"
    },
    "./cache-handler": {
      "import": "./lib/adapter/cache-handler.mjs",
      "default": "./lib/adapter/cache-handler.mjs"
    }
  },
  "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"pnpm dlx projen\".",
  "scripts": {
    "build": "pnpm dlx projen build",
    "bump": "pnpm dlx projen bump",
    "bundle": "pnpm dlx projen bundle",
    "bundle:adapter/adapter": "pnpm dlx projen bundle:adapter/adapter",
    "bundle:adapter/adapter:watch": "pnpm dlx projen bundle:adapter/adapter:watch",
    "bundle:adapter/cache-handler": "pnpm dlx projen bundle:adapter/cache-handler",
    "bundle:adapter/cache-handler:watch": "pnpm dlx projen bundle:adapter/cache-handler:watch",
    "bundle:lambdas/post-deploy/post-deploy.lambda": "pnpm dlx projen bundle:lambdas/post-deploy/post-deploy.lambda",
    "bundle:lambdas/post-deploy/post-deploy.lambda:watch": "pnpm dlx projen bundle:lambdas/post-deploy/post-deploy.lambda:watch",
    "bundle:nextjs-build/patch-fetch": "pnpm dlx projen bundle:nextjs-build/patch-fetch",
    "bundle:nextjs-build/patch-fetch:watch": "pnpm dlx projen bundle:nextjs-build/patch-fetch:watch",
    "clobber": "pnpm dlx projen clobber",
    "compat": "pnpm dlx projen compat",
    "compile": "pnpm dlx projen compile",
    "default": "pnpm dlx projen default",
    "docgen": "pnpm dlx projen docgen",
    "eject": "pnpm dlx projen eject",
    "eslint": "pnpm dlx projen eslint",
    "integ": "pnpm dlx projen integ",
    "integ:update": "pnpm dlx projen integ:update",
    "package": "pnpm dlx projen package",
    "package-all": "pnpm dlx projen package-all",
    "package:js": "pnpm dlx projen package:js",
    "post-compile": "pnpm dlx projen post-compile",
    "post-upgrade": "pnpm dlx projen post-upgrade",
    "pre-compile": "pnpm dlx projen pre-compile",
    "release": "pnpm dlx projen release",
    "rosetta:extract": "pnpm dlx projen rosetta:extract",
    "test": "pnpm dlx projen test",
    "test:watch": "pnpm dlx projen test:watch",
    "unbump": "pnpm dlx projen unbump",
    "upgrade": "pnpm dlx projen upgrade",
    "upgrade-cdklabs-projen-project-types": "pnpm dlx projen upgrade-cdklabs-projen-project-types",
    "upgrade-dev-deps": "pnpm dlx projen upgrade-dev-deps",
    "watch": "pnpm dlx projen watch",
    "projen": "pnpm dlx projen"
  }
}