{
  "name": "@tachybase/server",
  "version": "0.22.6",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "types": "./lib/index.d.ts",
  "dependencies": {
    "@hapi/topo": "^6.0.0",
    "@koa/cors": "^5.0.0",
    "@koa/multer": "^3.0.2",
    "@tachybase/acl": "workspace:*",
    "@tachybase/actions": "workspace:*",
    "@tachybase/auth": "workspace:*",
    "@tachybase/cache": "workspace:*",
    "@tachybase/data-source-manager": "workspace:*",
    "@tachybase/database": "workspace:*",
    "@tachybase/evaluators": "workspace:*",
    "@tachybase/logger": "workspace:*",
    "@tachybase/resourcer": "workspace:*",
    "@tachybase/schema": "workspace:*",
    "@tachybase/sdk": "workspace:*",
    "@tachybase/telemetry": "workspace:*",
    "@tachybase/utils": "workspace:*",
    "@types/decompress": "4.2.4",
    "@types/ini": "^1.3.31",
    "@types/multer": "^1.4.5",
    "axios": "^1.6.2",
    "chalk": "^4.1.1",
    "commander": "^9.2.0",
    "compression": "^1.7.3",
    "cron": "^2.4.4",
    "cronstrue": "^2.11.0",
    "dayjs": "^1.11.8",
    "decompress": "4.2.1",
    "find-package-json": "^1.2.0",
    "fs-extra": "^11.1.1",
    "i18next": "22.5.1",
    "ini": "^4.1.1",
    "koa": "^2.13.4",
    "koa-bodyparser": "^4.3.0",
    "lodash": "^4.17.21",
    "multer": "1.4.5-lts.1",
    "nanoid": "3.3.4",
    "qs": "^6.12.1",
    "react": "^18.3.1",
    "semver": "^7.3.7",
    "serve-handler": "^6.1.5",
    "winston": "^3.8.2",
    "ws": "^8.13.0",
    "xpipe": "^1.0.5"
  },
  "devDependencies": {
    "@types/koa": "^2.13.4",
    "@types/koa-bodyparser": "^4.3.12",
    "@types/koa__cors": "^5.0.0",
    "@types/lodash": "4.17.5",
    "@types/qs": "^6.9.14",
    "@types/semver": "^7.3.9",
    "@types/serve-handler": "^6.1.1",
    "@types/ws": "^8.5.5",
    "async-mutex": "^0.3.2",
    "execa": "^5.1.1",
    "fast-glob": "^3.3.1",
    "glob": "^10.4.1",
    "koa-compose": "^4.1.0",
    "qs": "^6.11.2",
    "redis": "^4.6.10"
  }
}