{
  "name": "strapi-plugin-backup",
  "version": "2.0.3",
  "description": "Automate the backup of uploads and database to the cloud.",
  "keywords": [
    "strapi-plugin",
    "backup",
    "aws",
    "s3",
    "gcp",
    "gcs",
    "azure",
    "azure blob storage",
    "mysql",
    "postgres",
    "sqlite"
  ],
  "homepage": "https://market.strapi.io/plugins/strapi-plugin-backup",
  "bugs": {
    "url": "https://github.com/adebayohountondji/strapi-plugin-backup/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/adebayohountondji/strapi-plugin-backup.git"
  },
  "license": "MIT",
  "author": {
    "name": "Adebayo Hountondji",
    "email": "contact@ade-labs.com",
    "url": "https://ade-labs.com"
  },
  "maintainers": [
    {
      "name": "Adebayo Hountondji",
      "email": "mail@adebayo.fr"
    },
    {
      "name": "Brandon Medehou",
      "email": "brandon.medehou@ade-labs.com"
    }
  ],
  "strapi": {
    "name": "backup",
    "icon": "logo.jpeg",
    "displayName": "Backup",
    "description": "Automate the backup of uploads and database to the cloud.",
    "kind": "plugin"
  },
  "devDependencies": {
    "husky": "^8.0.3",
    "jest": "^29.5.0"
  },
  "dependencies": {
    "@azure/storage-blob": "^12.0.0",
    "@google-cloud/storage": ">=2.0.0 <=6",
    "aws-sdk": "^2.23.0",
    "tar": ">=3.0.0 <=6"
  },
  "peerDependencies": {
    "@strapi/strapi": "^5.0.0"
  },
  "scripts": {
    "prepare": "husky install",
    "test": "jest"
  },
  "engines": {
    "node": ">=18.0.0 <=22.x.x",
    "npm": ">=6.0.0"
  }
}
