alles andere
This commit is contained in:
44
packages/orchestrator/package.json
Normal file
44
packages/orchestrator/package.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "@srb/orchestrator",
|
||||
"version": "1.0.0",
|
||||
"description": "Core orchestrator for autonomous business lifecycle management",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"dev": "tsx watch src/index.ts",
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"test": "vitest",
|
||||
"test:ui": "vitest --ui",
|
||||
"clean": "rm -rf dist",
|
||||
"db:generate": "prisma generate",
|
||||
"db:migrate": "prisma migrate dev",
|
||||
"db:studio": "prisma studio",
|
||||
"db:push": "prisma db push"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.32.0",
|
||||
"@prisma/client": "^6.0.0",
|
||||
"axios": "^1.7.0",
|
||||
"dotenv": "^16.4.0",
|
||||
"ioredis": "^5.4.0",
|
||||
"winston": "^3.14.0",
|
||||
"zod": "^3.23.0",
|
||||
"nanoid": "^5.0.0",
|
||||
"date-fns": "^4.0.0",
|
||||
"google-trends-api": "^5.0.0",
|
||||
"cheerio": "^1.0.0",
|
||||
"@sendgrid/mail": "^8.1.0",
|
||||
"facebook-nodejs-business-sdk": "^21.0.0",
|
||||
"google-ads-api": "^17.0.0",
|
||||
"vercel": "^37.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^22.0.0",
|
||||
"prisma": "^6.0.0",
|
||||
"tsx": "^4.19.0",
|
||||
"typescript": "^5.6.0",
|
||||
"vitest": "^2.0.0",
|
||||
"@vitest/ui": "^2.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user