{
  "name": "@strapi/plugin-content-manager",
  "version": "4.13.6",
  "description": "A powerful UI to easily manage your data.",
  "repository": {
    "type": "git",
    "url": "git://github.com/strapi/strapi.git"
  },
  "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": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "lint": "run -T eslint ."
  },
  "dependencies": {
    "@sindresorhus/slugify": "1.1.0",
    "@strapi/utils": "4.13.6",
    "lodash": "4.17.21",
    "qs": "6.11.1"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "strapi": {
    "icon": "plug",
    "name": "content-manager",
    "displayName": "Content Manager",
    "description": "Quick way to see, edit and delete the data in your database.",
    "required": true,
    "kind": "plugin"
  },
  "gitHead": "d44586fa075f638f1953bda9623a985c7060e2ad"
}
