{
  "name": "@strapi/strapi",
  "version": "4.25.20",
  "description": "An open source headless CMS solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier. Databases supported: MySQL, MariaDB, PostgreSQL, SQLite",
  "keywords": [
    "strapi",
    "cms",
    "cmf",
    "content management system",
    "content management framework",
    "admin panel",
    "dashboard",
    "api",
    "auth",
    "framework",
    "http",
    "json",
    "koa",
    "koajs",
    "helmet",
    "mvc",
    "oauth",
    "oauth2",
    "orm",
    "rest",
    "restful",
    "security",
    "jam",
    "jamstack",
    "javascript",
    "headless",
    "MySQL",
    "MariaDB",
    "PostgreSQL",
    "SQLite",
    "graphqL",
    "infrastructure",
    "backend",
    "open source",
    "self hosted",
    "lerna",
    "lernajs",
    "react",
    "reactjs"
  ],
  "homepage": "https://strapi.io",
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "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": {
    ".": {
      "types": "./dist/index.d.ts",
      "source": "./src/index.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./dist/utils/ee": {
      "types": "./dist/utils/ee.d.ts",
      "source": "./src/utils/ee.ts",
      "import": "./dist/utils/ee.mjs",
      "require": "./dist/utils/ee.js",
      "default": "./dist/utils/ee.js"
    },
    "./admin": {
      "types": "./dist/admin.d.ts",
      "source": "./src/admin.ts",
      "import": "./dist/admin.mjs",
      "require": "./dist/admin.js",
      "default": "./dist/admin.js"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "bin": "./bin/strapi.js",
  "files": [
    "./dist",
    "./bin",
    "./scripts",
    "./resources",
    "index.js"
  ],
  "scripts": {
    "build": "run pack-up build && run copy-files",
    "clean": "run -T rimraf ./dist",
    "copy-files": "copyfiles -u 1 -a 'src/**/*.html' 'src/**/*.png'  dist",
    "postinstall": "node ./scripts/postinstall.js",
    "lint": "run -T eslint .",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "watch": "pack-up watch"
  },
  "dependencies": {
    "@koa/cors": "5.0.0",
    "@koa/router": "10.1.1",
    "@strapi/admin": "4.25.20",
    "@strapi/cloud-cli": "4.25.20",
    "@strapi/content-releases": "4.25.20",
    "@strapi/data-transfer": "4.25.20",
    "@strapi/database": "4.25.20",
    "@strapi/generate-new": "4.25.20",
    "@strapi/generators": "4.25.20",
    "@strapi/logger": "4.25.20",
    "@strapi/pack-up": "4.23.0",
    "@strapi/permissions": "4.25.20",
    "@strapi/plugin-content-manager": "4.25.20",
    "@strapi/plugin-content-type-builder": "4.25.20",
    "@strapi/plugin-email": "4.25.20",
    "@strapi/plugin-upload": "4.25.20",
    "@strapi/types": "4.25.20",
    "@strapi/typescript-utils": "4.25.20",
    "@strapi/utils": "4.25.20",
    "bcryptjs": "2.4.3",
    "boxen": "5.1.2",
    "chalk": "4.1.2",
    "ci-info": "3.8.0",
    "cli-progress": "3.12.0",
    "cli-table3": "0.6.5",
    "commander": "8.3.0",
    "concurrently": "8.2.2",
    "configstore": "5.0.1",
    "copyfiles": "2.4.1",
    "debug": "4.3.4",
    "delegates": "1.0.0",
    "dotenv": "14.2.0",
    "execa": "5.1.1",
    "fs-extra": "10.0.0",
    "get-latest-version": "5.1.0",
    "git-url-parse": "13.1.0",
    "glob": "10.4.2",
    "http-errors": "1.8.1",
    "https-proxy-agent": "5.0.1",
    "inquirer": "8.2.5",
    "is-docker": "2.2.1",
    "koa": "2.13.4",
    "koa-body": "4.2.0",
    "koa-compose": "4.1.0",
    "koa-compress": "5.1.0",
    "koa-favicon": "2.1.0",
    "koa-helmet": "7.0.2",
    "koa-ip": "^2.1.2",
    "koa-session": "6.4.0",
    "koa-static": "5.0.0",
    "lodash": "4.17.21",
    "mime-types": "2.1.35",
    "node-fetch": "2.7.0",
    "node-machine-id": "1.1.12",
    "node-schedule": "2.1.1",
    "nodemon": "3.0.2",
    "open": "8.4.0",
    "ora": "5.4.1",
    "outdent": "0.8.0",
    "package-json": "7.0.0",
    "pkg-up": "3.1.0",
    "qs": "6.11.1",
    "semver": "7.5.4",
    "statuses": "2.0.1",
    "typescript": "5.2.2",
    "yalc": "1.0.0-pre.53",
    "yup": "0.32.9"
  },
  "devDependencies": {
    "@strapi/ts-zen": "^0.2.0",
    "@types/bcryptjs": "2.4.3",
    "@types/configstore": "5.0.1",
    "@types/delegates": "1.0.0",
    "@types/jest": "29.5.2",
    "@types/koa": "2.13.4",
    "@types/koa-compress": "4.0.3",
    "@types/koa-session": "6.4.1",
    "@types/koa-static": "4.0.2",
    "@types/koa__router": "12.0.0",
    "@types/lodash": "^4.14.191",
    "@types/mime-types": "2.1.1",
    "@types/node": "18.18.4",
    "@types/node-schedule": "2.1.7",
    "@types/nodemon": "1.19.6",
    "@types/statuses": "2.0.1",
    "eslint-config-custom": "4.25.20",
    "supertest": "6.3.3",
    "tsconfig": "4.25.20"
  },
  "engines": {
    "node": ">=18.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "a38c6dc3717b2e6e7da00e45bd349b69a6469aac"
}
