{
  "name": "@uizard/nx-fast-s3-cache",
  "version": "1.0.3",
  "description": "Nx s3 cache using GNU tar, pigz and multipart s3 uploads/downloads",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uizard-technologies/nx-fast-s3-cache"
  },
  "keywords": [
    "nx",
    "remote",
    "cache",
    "remotecache",
    "typescript",
    "s3",
    "tar",
    "pigz"
  ],
  "author": "Alexandros Solanos",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/uizard-technologies/nx-fast-s3-cache/issues"
  },
  "homepage": "https://github.com/uizard-technologies/nx-fast-s3-cache#readme",
  "devDependencies": {
    "@nrwl/workspace": "^16.4.0",
    "@types/bluebird": "^3.5.38",
    "@types/node": "^20.2.5",
    "@types/yargs": "^17.0.13",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@aws-sdk/abort-controller": "^3.329.0",
    "@aws-sdk/client-s3": "^3.329.0",
    "@aws-sdk/client-sts": "^3.329.0",
    "@aws-sdk/credential-provider-node": "^3.329.0",
    "@aws-sdk/lib-storage": "^3.329.0",
    "@aws-sdk/types": "^3.329.0",
    "bluebird": "^3.7.2",
    "chalk": "^4.1.2",
    "dotenv": "^16.0.3"
  },
  "peerDependencies": {
    "@nrwl/workspace": "^16.4.0"
  }
}
