{
  "name": "@strapi/strapi",
  "version": "4.12.7",
  "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"
    }
  ],
  "main": "./lib",
  "types": "./lib/index.d.ts",
  "bin": "./bin/strapi.js",
  "directories": {
    "lib": "./lib",
    "bin": "./bin",
    "ee": "./ee"
  },
  "scripts": {
    "postinstall": "node lib/utils/success.js",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "lint": "run -T eslint ."
  },
  "dependencies": {
    "@koa/cors": "3.4.3",
    "@koa/router": "10.1.1",
    "@strapi/admin": "4.12.7",
    "@strapi/data-transfer": "4.12.7",
    "@strapi/database": "4.12.7",
    "@strapi/generate-new": "4.12.7",
    "@strapi/generators": "4.12.7",
    "@strapi/logger": "4.12.7",
    "@strapi/permissions": "4.12.7",
    "@strapi/plugin-content-manager": "4.12.7",
    "@strapi/plugin-content-type-builder": "4.12.7",
    "@strapi/plugin-email": "4.12.7",
    "@strapi/plugin-upload": "4.12.7",
    "@strapi/typescript-utils": "4.12.7",
    "@strapi/utils": "4.12.7",
    "bcryptjs": "2.4.3",
    "boxen": "5.1.2",
    "chalk": "4.1.2",
    "chokidar": "3.5.3",
    "ci-info": "3.8.0",
    "cli-table3": "0.6.2",
    "commander": "8.3.0",
    "configstore": "5.0.1",
    "debug": "4.3.4",
    "delegates": "1.0.0",
    "dotenv": "14.2.0",
    "execa": "5.1.1",
    "fs-extra": "10.0.0",
    "glob": "7.2.3",
    "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.6.9",
    "node-machine-id": "1.1.12",
    "node-schedule": "2.1.0",
    "open": "8.4.0",
    "ora": "5.4.1",
    "package-json": "7.0.0",
    "qs": "6.11.1",
    "resolve-cwd": "3.0.0",
    "semver": "7.5.4",
    "statuses": "2.0.1"
  },
  "devDependencies": {
    "supertest": "6.3.3",
    "typescript": "5.1.3"
  },
  "engines": {
    "node": ">=16.0.0 <=20.x.x",
    "npm": ">=6.0.0"
  },
  "gitHead": "fefc4a24acc60a59c00049e67a99ec1069be2add"
}
