{
  "name": "@sls-next/s3-static-assets",
  "version": "3.7.0",
  "description": "Handles upload to S3 of next.js static assets",
  "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/s3-static-assets"
  },
  "scripts": {
    "prepack": "yarn clean && yarn build",
    "build": "tsc -p tsconfig.build.json",
    "clean": "yarn rimraf dist",
    "test": "jest"
  },
  "keywords": [
    "AWS",
    "S3",
    "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",
    "fast-glob": "3.2.11",
    "fs-extra": "9.1.0",
    "mime-types": "2.1.34",
    "normalize-path": "3.0.0",
    "regex-parser": "2.2.11"
  },
  "devDependencies": {
    "@types/fs-extra": "9.0.13",
    "@types/mime-types": "2.1.1",
    "@types/node": "17.0.19",
    "@types/normalize-path": "3.0.0",
    "rimraf": "3.0.2",
    "typescript": "4.5.5"
  }
}
