{
  "name": "@strapi/plugin-upload",
  "version": "4.2.2",
  "description": "Makes it easy to upload images and files to your Strapi Application.",
  "license": "SEE LICENSE IN LICENSE",
  "author": {
    "name": "Strapi Solutions SAS",
    "email": "hi@strapi.io",
    "url": "https://strapi.io"
  },
  "maintainers": [
    {
      "name": "Strapi Solutions SAS",
      "email": "hi@strapi.io",
      "url": "https://strapi.io"
    }
  ],
  "scripts": {
    "test:unit": "jest --verbose",
    "test:front": "cross-env IS_EE=true jest --config ./jest.config.front.js",
    "test:front:watch": "cross-env IS_EE=true jest --config ./jest.config.front.js --watchAll",
    "test:front:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js",
    "test:front:watch:ce": "cross-env IS_EE=false jest --config ./jest.config.front.js --watchAll"
  },
  "dependencies": {
    "@strapi/helper-plugin": "4.2.2",
    "@strapi/provider-upload-local": "4.2.2",
    "@strapi/utils": "4.2.2",
    "byte-size": "7.0.1",
    "cropperjs": "1.5.12",
    "fs-extra": "10.0.0",
    "immer": "9.0.6",
    "koa-range": "0.3.0",
    "koa-static": "5.0.0",
    "lodash": "4.17.21",
    "mime-types": "2.1.35",
    "react": "^17.0.2",
    "react-copy-to-clipboard": "^5.1.0",
    "react-dom": "^17.0.2",
    "react-intl": "5.20.2",
    "react-redux": "7.2.8",
    "react-router": "^5.2.0",
    "react-router-dom": "5.2.0",
    "sharp": "0.30.7"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "displayName": "Media Library",
    "name": "upload",
    "description": "Media file management.",
    "required": true,
    "kind": "plugin"
  }
}
