{
  "name": "@graperank/storage-s3",
  "description": "The S3 Storage plugin provides GrapeRank the means to store and retrieve scorecards from any S3 compatible simple storage service.",
  "version": "0.2.2",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --build"
  },
  "main": "build/index.js",
  "keywords": [
    "GrapeRank",
    "Storage",
    "S3"
  ],
  "author": "Pretty Good Freedom Tech",
  "license": "AGPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/Pretty-Good-Freedom-Tech/graperank/issues"
  },
  "homepage": "https://github.com/Pretty-Good-Freedom-Tech/graperank#readme",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.675.0",
    "@graperank/util": "^0.2.2"
  },
  "gitHead": "75a49c81ec7f2e96f91f544da4ba8685a9643803"
}
