Bot & Automation
AI Creator Studio Telegram
/root/hermes-projects/AI Creator Studio Telegram
apps/api/package.json
text
{
"name": "@ai-creator/api",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx src/server.ts",
"build": "tsc -p tsconfig.json",
"start": "node dist/server.js",
"typecheck": "tsc -p tsconfig.json --noEmit",
"lint": "eslint src"
},
"dependencies": {
"@ai-creator/core": "workspace:*",
"@ai-creator/prompts": "workspace:*",
"@fastify/cors": "^10.0.1",
"@fastify/helmet": "^12.0.1",
"fastify": "^5.2.1",
"zod": "^3.24.1"
},
"devDependencies": {
"typescript": "^5.7.2"
}
}