19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "deamon",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "external-bot-daemon.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "^6.12.0",
|
|
"amqplib": "^0.10.8",
|
|
"node-telegram-bot-api": "^0.66.0",
|
|
"openai": "^5.10.2"
|
|
}
|
|
}
|