a370b8f7d8
- Персонаж Зеро: 23 позы (zeroCharacter.js), скрипты генерации - Auto-publish статей в TG: multipart upload, кнопки, режим alternating Zero/cover - Fallback цепочка обложек: aiprimetech gpt-5.5 → Pollinations → local SVG (6 палитр) - Auto-series: Claude haiku определяет серию для каждой статьи автоматически - Channel stats: подписчики, история, delta 24h/7d - Photo-search: Yandex API, профили доменов, Redis лимиты - Scheduled posts runner: backfill, preview, queue, cancel - promptBuilder: author_persona Зеро, голос от первого лица - Fixes: dollar-placeholder bugs в PATCH channels/autogen, listArticles фильтры - AI model: gpt-5.5 для image generation
28 lines
585 B
JSON
28 lines
585 B
JSON
{
|
|
"name": "zeropost-engine",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.zeroday.su/admin/zeropost-engine.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.16.1",
|
|
"bull": "^4.16.5",
|
|
"dotenv": "^17.4.2",
|
|
"express": "^5.2.1",
|
|
"fast-xml-parser": "^4.5.6",
|
|
"ioredis": "^5.11.0",
|
|
"node-cron": "^4.2.1",
|
|
"pg": "^8.21.0",
|
|
"sharp": "^0.34.5"
|
|
}
|
|
}
|