27 lines
578 B
JSON
27 lines
578 B
JSON
{
|
|
"name": "@bmm/generator",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "tsx watch src/index.ts",
|
|
"start": "node dist/index.js",
|
|
"build": "tsc -p tsconfig.json",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@anthropic-ai/sdk": "0.32.1",
|
|
"@bmm/db": "workspace:*",
|
|
"@bmm/types": "workspace:*",
|
|
"bullmq": "5.34.5",
|
|
"drizzle-orm": "0.36.4",
|
|
"ioredis": "5.4.1",
|
|
"zod": "3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "22.10.2",
|
|
"tsx": "4.19.2",
|
|
"typescript": "5.7.2"
|
|
}
|
|
}
|