{
  "name": "@strapi/core",
  "version": "5.44.0",
  "description": "Core of Strapi",
  "homepage": "https://strapi.io",
  "bugs": {
    "url": "https://github.com/strapi/strapi/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/strapi/strapi.git",
    "directory": "packages/core/core"
  },
  "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": "./dist/index.js",
  "module": "./dist/index.mjs",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "source": "./src/index.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/",
    "resources/"
  ],
  "scripts": {
    "build": "run -T npm-run-all clean --parallel build:code build:types",
    "build:code": "run -T  rollup -c",
    "build:types": "run -T tsc -p tsconfig.build.json --emitDeclarationOnly",
    "watch": "run -T rollup -c -w",
    "clean": "run -T rimraf ./dist",
    "lint": "run -T eslint .",
    "prepublishOnly": "yarn clean && yarn build",
    "test:unit": "run -T jest",
    "test:unit:watch": "run -T jest --watch",
    "test:unit:vitest": "vitest run",
    "test:unit:vitest:watch": "vitest --watch"
  },
  "dependencies": {
    "@koa/cors": "5.0.0",
    "@koa/router": "12.0.2",
    "@paralleldrive/cuid2": "2.2.2",
    "@strapi/admin": "5.44.0",
    "@strapi/database": "5.44.0",
    "@strapi/generators": "5.44.0",
    "@strapi/logger": "5.44.0",
    "@strapi/permissions": "5.44.0",
    "@strapi/types": "5.44.0",
    "@strapi/typescript-utils": "5.44.0",
    "@strapi/utils": "5.44.0",
    "@vercel/stega": "0.1.2",
    "bcryptjs": "2.4.3",
    "boxen": "5.1.2",
    "chalk": "4.1.2",
    "ci-info": "4.0.0",
    "cli-table3": "0.6.5",
    "commander": "8.3.0",
    "configstore": "5.0.1",
    "debug": "4.3.4",
    "delegates": "1.0.0",
    "dotenv": "16.6.1",
    "execa": "5.1.1",
    "fs-extra": "11.3.4",
    "glob": "13.0.6",
    "global-agent": "4.1.3",
    "http-errors": "2.0.0",
    "inquirer": "9.3.8",
    "is-docker": "2.2.1",
    "json-logic-js": "2.0.5",
    "jsonwebtoken": "9.0.0",
    "koa": "2.16.4",
    "koa-body": "6.0.1",
    "koa-compose": "4.1.0",
    "koa-compress": "5.1.1",
    "koa-favicon": "2.1.0",
    "koa-helmet": "7.0.2",
    "koa-ip": "^2.1.3",
    "koa-session": "6.4.0",
    "koa-static": "5.0.0",
    "lodash": "4.18.1",
    "mime-types": "2.1.35",
    "node-schedule": "2.1.1",
    "open": "8.4.0",
    "ora": "5.4.1",
    "package-json": "7.0.0",
    "pkg-up": "3.1.0",
    "qs": "6.15.0",
    "resolve.exports": "2.0.2",
    "semver": "7.7.4",
    "statuses": "2.0.1",
    "typescript": "5.4.5",
    "undici": "6.25.0",
    "yup": "0.32.9",
    "zod": "3.25.67"
  },
  "devDependencies": {
    "@strapi/ts-zen": "^0.2.0",
    "@swc/core": "1.13.5",
    "@types/bcryptjs": "2.4.3",
    "@types/configstore": "5.0.1",
    "@types/delegates": "1.0.0",
    "@types/fs-extra": "11.0.4",
    "@types/global-agent": "3.0.0",
    "@types/http-errors": "2.0.4",
    "@types/jest": "29.5.2",
    "@types/json-logic-js": "2.0.8",
    "@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": "24.10.0",
    "@types/node-schedule": "2.1.7",
    "@types/statuses": "2.0.1",
    "eslint-config-custom": "5.44.0",
    "supertest": "7.2.2",
    "tsconfig": "5.44.0",
    "vitest": "catalog:",
    "vitest-config": "5.44.0"
  },
  "engines": {
    "node": ">=20.0.0 <=24.x.x",
    "npm": ">=6.0.0"
  }
}
