{
  "name": "@sls-next/aws-common",
  "version": "3.8.0-alpha.0",
  "description": "Common AWS code that is used in Lambda, Lambda@Edge and other AWS platforms.",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "module": "dist/module/index.js",
  "directories": {
    "dist": "dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/serverless-nextjs/serverless-next.js.git",
    "directory": "packages/libs/aws-common"
  },
  "scripts": {
    "prepack": "yarn clean && yarn build",
    "build": "tsc -p tsconfig.build.json && tsc -p tsconfig.module.json",
    "clean": "yarn rimraf dist"
  },
  "keywords": [
    "AWS",
    "S3",
    "Next.js",
    "Serverless"
  ],
  "author": "Daniel Phang <serverlessnextjs@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",
  "dependencies": {
    "@aws-sdk/client-s3": "3.54.0",
    "@aws-sdk/client-sqs": "3.54.0",
    "@sls-next/core": "link:../core"
  },
  "devDependencies": {
    "@types/node": "17.0.19",
    "rimraf": "3.0.2",
    "typescript": "4.5.5"
  }
}
