26 lines
542 B
JSON
26 lines
542 B
JSON
{
|
|
"name": "medconnect-bot",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "bot-jitsi.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"dotenv": "^17.2.3",
|
|
"fs": "^0.0.1-security",
|
|
"lib-jitsi-meet": "^1.0.6",
|
|
"node-fetch": "^3.3.2",
|
|
"node-webrtc": "^0.0.0",
|
|
"openai": "^6.8.1",
|
|
"puppeteer": "^24.29.0",
|
|
"uuid": "^13.0.0",
|
|
"ws": "^8.18.3",
|
|
"xmpp.js": "^0.14.0"
|
|
}
|
|
}
|