Files
clientsflow/omni_chat/package.json

21 lines
474 B
JSON

{
"name": "crm-omni-chat",
"private": true,
"type": "module",
"scripts": {
"start": "tsx src/index.ts",
"typecheck": "tsc --noEmit",
"postinstall": "node ./node_modules/prisma/build/index.js generate --schema ./prisma/schema.prisma"
},
"devDependencies": {
"@types/node": "^22.13.9",
"prisma": "^6.16.1",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
},
"dependencies": {
"@prisma/client": "^6.16.1",
"bullmq": "^5.70.0"
}
}