{
  "name": "@strapi/plugin-content-manager",
  "version": "4.25.23",
  "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"
    }
  ],
  "exports": {
    "./_internal/shared": {
      "types": "./dist/shared/index.d.ts",
      "source": "./shared/index.ts",
      "import": "./dist/shared/index.mjs",
      "require": "./dist/shared/index.js",
      "default": "./dist/shared/index.js"
    },
    "./strapi-server": {
      "types": "./dist/server/src/index.d.ts",
      "source": "./server/src/index.ts",
      "require": "./strapi-server.js",
      "default": "./strapi-server.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "./dist",
    "strapi-server.js"
  ],
  "scripts": {
    "build": "pack-up build",
    "lint": "run -T eslint .",
    "test:ts:back": "run -T tsc --noEmit -p server/tsconfig.json",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "watch": "pack-up watch"
  },
  "dependencies": {
    "@sindresorhus/slugify": "1.1.0",
    "@strapi/types": "4.25.23",
    "@strapi/utils": "4.25.23",
    "koa": "2.16.1",
    "koa-bodyparser": "4.4.1",
    "lodash": "4.17.21",
    "qs": "6.11.1"
  },
  "devDependencies": {
    "@strapi/pack-up": "4.23.0",
    "@types/jest": "29.5.2",
    "@types/lodash": "^4.14.191"
  },
  "engines": {
    "node": ">=18.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": "594f2da1f3f777104de2b5afba9611016989c53c"
}
