UNPKG

cdk-nextjs-standalone

Version:

Deploy a NextJS app to AWS using CDK and OpenNext.

164 lines (163 loc) 4.49 kB
{ "name": "cdk-nextjs-standalone", "description": "Deploy a NextJS app to AWS using CDK and OpenNext.", "repository": { "type": "git", "url": "https://github.com/jetbridge/cdk-nextjs.git" }, "scripts": { "build": "npx projen build", "bump": "npx projen bump", "bundle": "npx projen bundle", "bundle:lambdas/nextjs-bucket-deployment": "npx projen bundle:lambdas/nextjs-bucket-deployment", "bundle:lambdas/nextjs-bucket-deployment:watch": "npx projen bundle:lambdas/nextjs-bucket-deployment:watch", "bundle:lambdas/sign-fn-url": "npx projen bundle:lambdas/sign-fn-url", "bundle:lambdas/sign-fn-url:watch": "npx projen bundle:lambdas/sign-fn-url:watch", "clobber": "npx projen clobber", "compat": "npx projen compat", "compile": "npx projen compile", "default": "npx projen default", "docgen": "npx projen docgen", "eject": "npx projen eject", "eslint": "npx projen eslint", "package": "npx projen package", "package-all": "npx projen package-all", "package:js": "npx projen package:js", "post-compile": "npx projen post-compile", "post-upgrade": "npx projen post-upgrade", "pre-compile": "npx projen pre-compile", "release": "npx projen release", "test": "npx projen test", "test:watch": "npx projen test:watch", "unbump": "npx projen unbump", "upgrade": "npx projen upgrade", "watch": "npx projen watch", "projen": "npx projen" }, "author": { "name": "JetBridge", "email": "mischa@jetbridge.com", "organization": true }, "devDependencies": { "@aws-crypto/sha256-js": "^5.2.0", "@aws-sdk/client-s3": "^3.758.0", "@aws-sdk/lib-storage": "^3.758.0", "@mrgrain/jsii-struct-builder": "^0.7.45", "@smithy/signature-v4": "^2.3.0", "@types/adm-zip": "^0.5.7", "@types/aws-lambda": "^8.10.147", "@types/jest": "^27", "@types/micromatch": "^4.0.9", "@types/mime-types": "^2.1.4", "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^8", "@typescript-eslint/parser": "^8", "aws-cdk-lib": "2.131.0", "aws-lambda": "^1.0.7", "commit-and-tag-version": "^12", "constructs": "10.0.5", "esbuild": "^0.25.0", "eslint": "^9", "eslint-config-prettier": "^8.10.0", "eslint-import-resolver-typescript": "^3.8.3", "eslint-plugin-import": "^2.31.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^27", "jest-junit": "^16", "jsii": "~5.7.1", "jsii-diff": "^1.108.0", "jsii-docgen": "^10.5.0", "jsii-pacmak": "^1.108.0", "jsii-rosetta": "~5.7.1", "jszip": "^3.10.1", "micromatch": "^4.0.8", "mime-types": "^2.1.35", "prettier": "^2.8.8", "projen": "^0.91.13", "ts-jest": "^27", "ts-node": "^10.9.2", "typescript": "4.9.5", "undici": "^5.28.5" }, "peerDependencies": { "aws-cdk-lib": "^2.131.0", "constructs": "^10.0.5" }, "keywords": [ "aws", "aws-cdk", "cdk", "cloud", "iac", "infrastructure", "next", "nextjs", "open-next", "serverless", "standalone" ], "engines": { "node": ">= 18.18.0" }, "main": "lib/index.js", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "version": "4.2.3", "jest": { "coverageProvider": "v8", "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/" ], "testPathIgnorePatterns": [ "/node_modules/" ], "watchPathIgnorePatterns": [ "/node_modules/" ], "reporters": [ "default", [ "jest-junit", { "outputDirectory": "test-reports" } ] ], "preset": "ts-jest", "globals": { "ts-jest": { "tsconfig": "tsconfig.dev.json" } } }, "types": "lib/index.d.ts", "stability": "stable", "jsii": { "outdir": "dist", "targets": {}, "tsc": { "outDir": "lib", "rootDir": "src" } }, "//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"." }