{
  "name": "@strapi/strapi",
  "version": "4.2.2",
  "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": {
    "strapi": "./bin/strapi.js"
  },
  "directories": {
    "lib": "./lib",
    "bin": "./bin"
  },
  "scripts": {
    "postinstall": "node lib/utils/success.js",
    "test:unit": "jest --verbose"
  },
  "dependencies": {
    "@koa/cors": "3.1.0",
    "@koa/router": "10.1.1",
    "@strapi/admin": "4.2.2",
    "@strapi/database": "4.2.2",
    "@strapi/generate-new": "4.2.2",
    "@strapi/generators": "4.2.2",
    "@strapi/logger": "4.2.2",
    "@strapi/plugin-content-manager": "4.2.2",
    "@strapi/plugin-content-type-builder": "4.2.2",
    "@strapi/plugin-email": "4.2.2",
    "@strapi/plugin-upload": "4.2.2",
    "@strapi/utils": "4.2.2",
    "bcryptjs": "2.4.3",
    "boxen": "5.1.2",
    "chalk": "4.1.2",
    "chokidar": "3.5.2",
    "ci-info": "3.2.0",
    "cli-table3": "0.6.2",
    "commander": "8.2.0",
    "configstore": "5.0.1",
    "debug": "4.3.2",
    "delegates": "1.0.0",
    "dotenv": "10.0.0",
    "execa": "5.1.1",
    "fs-extra": "10.0.0",
    "glob": "7.2.0",
    "http-errors": "1.8.1",
    "inquirer": "8.2.4",
    "is-docker": "2.2.1",
    "koa": "2.13.3",
    "koa-body": "4.2.0",
    "koa-compose": "4.1.0",
    "koa-compress": "5.1.0",
    "koa-favicon": "2.1.0",
    "koa-helmet": "6.1.0",
    "koa-ip": "2.1.0",
    "koa-session": "6.2.0",
    "koa-static": "5.0.0",
    "lodash": "4.17.21",
    "mime-types": "2.1.35",
    "node-fetch": "2.6.7",
    "node-machine-id": "1.1.12",
    "node-schedule": "2.0.0",
    "open": "8.4.0",
    "ora": "5.4.1",
    "package-json": "7.0.0",
    "qs": "6.10.1",
    "resolve-cwd": "3.0.0",
    "semver": "7.3.7",
    "statuses": "2.0.1",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "supertest": "^6.1.6"
  },
  "engines": {
    "node": ">=14.19.1 <=16.x.x",
    "npm": ">=6.0.0"
  }
}
