{
  "name": "strapi-plugin-document-manager",
  "version": "3.0.0-alpha.14.3",
  "description": "This is the description of the plugin.",
  "strapi": {
    "name": "Document Manager",
    "icon": "plug",
    "description": "document.manager.plugin.description",
    "logo": "https://raw.githubusercontent.com/strapi/strapi/master/packages/strapi-plugin-settings-manager/admin/src/assets/images/logo.svg?sanitize=true"
  },
  "scripts": {
    "analyze:clean": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/rimraf stats.json",
    "preanalyze": "npm run analyze:clean",
    "analyze": "node ./node_modules/strapi-helper-plugin/lib/internals/scripts/analyze.js",
    "prebuild": "npm run build:clean",
    "build:dev": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=development node ./node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
    "build": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=production node ./node_modules/strapi-helper-plugin/node_modules/.bin/webpack --config node_modules/strapi-helper-plugin/lib/internals/webpack/webpack.prod.babel.js --color -p --progress",
    "build:clean": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/rimraf admin/build",
    "start": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/cross-env NODE_ENV=development PLUGIN=true node ./node_modules/strapi-helper-plugin/lib/server",
    "generate": "node ./node_modules/plop/plop.js --plopfile ./node_modules/strapi-helper-plugin/lib/internals/generators/index.js",
    "prettier": "node ./node_modules/strapi-helper-plugin/node_modules/.bin/prettier --single-quote --trailing-comma es5 --write \"{admin,__{tests,mocks}__}/**/*.js\"",
    "test": "echo \"Error: no test specified\"",
    "prepublishOnly": "IS_MONOREPO=true npm run build"
  },
  "dependencies": {
    "antd": "^3.10.1",
    "jszip": "^3.1.5",
    "mime-types": "^2.1.19",
    "node-fetch": "^2.2.0",
    "react-copy-to-clipboard": "^5.0.1",
    "stream-to-array": "^2.3.0",
    "uuid": "^3.3.2",
    "xml2js": "^0.4.19"
  },
  "devDependencies": {
    "strapi-helper-plugin": "3.0.0-alpha.14.3"
  },
  "author": {
    "name": "A Strapi developer",
    "email": "",
    "url": ""
  },
  "maintainers": [
    {
      "name": "A Strapi developer",
      "email": "",
      "url": ""
    }
  ],
  "engines": {
    "node": ">= 9.0.0",
    "npm": ">= 5.3.0"
  },
  "license": "MIT"
}