UNPKG

@sls-next/lambda-at-edge

Version:

Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge

100 lines (99 loc) 2.94 kB
{ "name": "@sls-next/lambda-at-edge", "publishConfig": { "access": "public" }, "version": "3.7.0", "description": "Provides handlers that can be used in CloudFront Lambda@Edge to deploy next.js applications to the edge", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "build-lambda-at-edge": "dist/command.js" }, "scripts": { "prepack": "yarn clean && yarn build", "clean": "yarn rimraf dist", "build-test-manifests": "ts-node scripts/build-test-manifests.ts", "build": "tsc -p tsconfig.build.json && rollup --config", "test": "jest" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/serverless-nextjs/serverless-next.js.git", "directory": "packages/libs/lambda-at-edge" }, "keywords": [ "AWS", "Lambda@Edge", "Next.js" ], "author": "Daniel Conde Marin <danielconde9@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/serverless-nextjs/serverless-next.js/issues" }, "homepage": "https://github.com/serverless-nextjs/serverless-next.js#readme", "devDependencies": { "@babel/core": "7.17.5", "@babel/eslint-parser": "7.17.0", "@babel/plugin-proposal-class-properties": "7.16.7", "@babel/preset-env": "7.16.11", "@babel/preset-react": "7.16.7", "@babel/preset-typescript": "7.16.7", "@jest/globals": "27.4.6", "@rollup/plugin-commonjs": "18.1.0", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "10.0.0", "@sls-next/next-aws-cloudfront": "3.7.0", "@types/aws-lambda": "8.10.92", "@types/fs-extra": "9.0.13", "@types/jest": "27.4.0", "@types/klaw": "3.0.3", "@types/node": "17.0.19", "@types/node-fetch": "2.5.12", "@types/normalize-path": "3.0.0", "@types/react": "17.0.39", "@types/react-dom": "17.0.11", "@types/sharp": "0.29.5", "@types/uuid": "8.3.4", "builtin-modules": "3.2.0", "eslint": "8.7.0", "fetch-mock-jest": "1.5.1", "jest": "27.4.7", "klaw": "4.0.1", "next": "11.1.2", "react": "17.0.2", "react-dom": "17.0.2", "rimraf": "3.0.2", "rollup": "2.66.1", "rollup-plugin-delete": "2.0.0", "rollup-plugin-node-externals": "2.2.0", "rollup-plugin-terser": "7.0.2", "rollup-plugin-typescript2": "0.31.2", "sharp": "0.28.3", "ts-loader": "9.2.6", "ts-node": "10.4.0", "typescript": "4.5.5", "uuid": "8.3.2", "webpack": "5.67.0" }, "dependencies": { "@aws-sdk/client-s3": "3.54.0", "@aws-sdk/client-sqs": "3.54.0", "@sls-next/aws-common": "3.7.0", "@sls-next/core": "3.7.0", "@vercel/nft": "0.17.5", "execa": "5.1.1", "fs-extra": "9.1.0", "get-stream": "6.0.1", "node-fetch": "2.6.5", "normalize-path": "3.0.0" }, "peerDependencies": { "builtin-modules": "3.2.0" }, "gitHead": "e7af51980079a59fbb9ecc3d35c878c62b919fc7" }