{
  "name": "@cicctencent/agent-server",
  "version": "1.0.43",
  "description": "Server-layer toolkit for agent-core — Agent initialization, SSE streaming, built-in tools, connectors, chat/settings/memory services with SPI extensibility.",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/esm/index.d.ts",
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./*": {
      "types": "./dist/esm/*.d.ts",
      "import": "./dist/esm/*",
      "require": "./dist/cjs/*"
    }
  },
  "scripts": {
    "build": "npm run build:esm && npm run build:cjs && npm run build:fixup",
    "build:esm": "tsc -p tsconfig.esm.json",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build:fixup": "node scripts/fixup-cjs.js",
    "typecheck": "tsc -p tsconfig.esm.json --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@apidevtools/swagger-parser": "^12.1.0",
    "@cicctencent/agent-core": "^1.0.43",
    "@fefeding/common": "1.0.67",
    "axios": "^1.19.0",
    "cheerio": "^1.2.0",
    "docx": "^9.7.1",
    "fast-glob": "^3.3.3",
    "html-to-text": "^10.0.0",
    "jsonpath-plus": "^10.4.0",
    "node-cron": "^3.0.3",
    "pdfkit": "^0.19.1",
    "pptxgenjs": "^4.0.1",
    "socks-proxy-agent": "^10.1.0",
    "turndown": "^7.2.4",
    "typeorm": "^0.3.31"
  },
  "optionalDependencies": {
    "amqplib": "^2.0.1",
    "imapflow": "^1.7.1",
    "kafkajs": "^2.2.4",
    "marked": "^18.0.10",
    "mongodb": "^7.5.0",
    "playwright": "^1.61.0"
  },
  "devDependencies": {
    "@types/node": "^22.20.1",
    "@types/node-cron": "^3.0.11",
    "@types/pdfkit": "^0.17.6",
    "typescript": "~5.8.3",
    "vitest": "^2.1.9"
  },
  "engines": {
    "node": ">=22.17.0"
  },
  "files": [
    "dist/**/*",
    "README.md",
    "package.json"
  ],
  "license": "MIT"
}
