{
  "publishConfig": {
    "access": "public"
  },
  "name": "open-next",
  "version": "3.1.3",
  "bin": {
    "open-next": "./dist/index.js"
  },
  "license": "MIT",
  "type": "module",
  "description": "Open source Next.js serverless adapter",
  "homepage": "https://open-next.js.org",
  "main": "./dist/index.js",
  "exports": {
    "./*": "./dist/*"
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/*"
      ]
    }
  },
  "keywords": [],
  "author": "",
  "files": [
    "dist",
    "assets",
    "README.md"
  ],
  "dependencies": {
    "@aws-sdk/client-dynamodb": "^3.398.0",
    "@aws-sdk/client-lambda": "^3.398.0",
    "@aws-sdk/client-s3": "^3.398.0",
    "@aws-sdk/client-sqs": "^3.398.0",
    "@esbuild-plugins/node-resolve": "0.2.2",
    "@node-minify/core": "^8.0.6",
    "@node-minify/terser": "^8.0.6",
    "@tsconfig/node18": "^1.0.1",
    "aws4fetch": "^1.0.18",
    "chalk": "^5.3.0",
    "esbuild": "0.19.2",
    "path-to-regexp": "^6.2.1",
    "promise.series": "^0.2.0",
    "urlpattern-polyfill": "^10.0.0"
  },
  "devDependencies": {
    "@types/aws-lambda": "^8.10.109",
    "@types/node": "^18.16.1",
    "tsc-alias": "^1.8.8",
    "typescript": "^4.9.3"
  },
  "bugs": {
    "url": "https://github.com/sst/open-next/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sst/open-next.git"
  },
  "scripts": {
    "build": "tsc && tsc-alias",
    "dev": "tsc -w"
  }
}