{
  "name": "@sls-next/cloudfront",
  "version": "3.7.0",
  "description": "Handles CloudFront invalidation",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "dist": "dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/serverless-nextjs/serverless-next.js.git",
    "directory": "packages/libs/cloudfront"
  },
  "scripts": {
    "prepack": "yarn clean && yarn build",
    "build": "tsc -p tsconfig.build.json",
    "clean": "yarn rimraf dist",
    "test": "jest"
  },
  "keywords": [
    "AWS",
    "CloudFront",
    "Next.js",
    "Serverless"
  ],
  "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",
  "dependencies": {
    "aws-sdk": "2.1093.0"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.16.7",
    "@types/node": "17.0.19",
    "rimraf": "3.0.2",
    "typescript": "4.5.5"
  }
}
