This commit is contained in:
sky
2025-10-13 16:09:27 -04:00
parent 1bb39463e4
commit ba9b82cf21
6 changed files with 485 additions and 36 deletions

View File

@ -12,21 +12,23 @@
"license": "ISC",
"type": "module",
"dependencies": {
"axios": "^1.3.1",
"body-parser": "^2.0.2",
"chalk": "^5.3.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"express": "^5.0.0",
"file-type": "^19.0.0",
"@ai-sdk/openai-compatible": "^1.0.22",
"ai": "^5.0.68",
"axios": "^1.12.2",
"body-parser": "^2.2.0",
"chalk": "^5.6.2",
"compression": "^1.8.1",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dayjs": "^1.11.18",
"dotenv": "^16.6.1",
"express": "^5.1.0",
"file-type": "^19.6.0",
"lucida": "^2.0.0-54",
"mime-types": "^2.1.35",
"openai": "^4.85.3",
"rword": "^3.2.1",
"sanitize-html": "^2.13.0",
"sharp": "^0.33.4",
"ws": "^8.18.0"
"sanitize-html": "^2.17.0",
"sharp": "^0.33.5",
"ws": "^8.18.3"
}
}