{
  "name": "@strapi/provider-upload-rackspace",
  "version": "4.2.2",
  "description": "Rackspace provider for strapi upload",
  "repository": {
    "type": "git",
    "url": "https://github.com/strapi/strapi.git",
    "directory": "packages/providers/upload-rackspace"
  },
  "keywords": [],
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Pongstr Ordillo",
    "url": "https://github.com/pongstr"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "main": "./lib",
  "scripts": {
    "test": "echo \"no tests yet\""
  },
  "dependencies": {
    "pkgcloud": "2.2.0",
    "streamifier": "0.1.1"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  }
}
