Bot & Automation
AI Creator Studio Telegram
/root/hermes-projects/AI Creator Studio Telegram
apps/worker/package.json
text
{
"name": "@ai-creator/worker",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx src/index.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js",
"typecheck": "tsc -p tsconfig.json --noEmit",
"lint": "eslint src"
},
"dependencies": {
"@ai-creator/core": "workspace:*",
"@ai-creator/provider-adapters": "workspace:*",
"@ai-creator/queue": "workspace:*",
"bullmq": "^5.34.2"
},
"devDependencies": {
"typescript": "^5.7.2"
}
}