added linebridge

This commit is contained in:
SrGooglo 2023-05-30 01:33:21 +00:00
parent 0bb1a947f8
commit 8305200c03
2 changed files with 6 additions and 0 deletions

View File

@ -8,10 +8,15 @@
}, },
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"connect-mongo": "^4.6.0",
"minio": "^7.0.32",
"mongoose": "^6.9.0",
"redis": "^4.6.6",
"@foxify/events": "^2.1.0", "@foxify/events": "^2.1.0",
"axios": "^1.4.0", "axios": "^1.4.0",
"bcrypt": "5.0.1", "bcrypt": "5.0.1",
"comty.js": "^0.47.0", "comty.js": "^0.47.0",
"linebridge": "0.15.12",
"corenode": "0.28.26", "corenode": "0.28.26",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",

View File

@ -14,6 +14,7 @@
"bcrypt": "5.0.1", "bcrypt": "5.0.1",
"comty.js": "^0.47.0", "comty.js": "^0.47.0",
"corenode": "0.28.26", "corenode": "0.28.26",
"linebridge": "0.15.12",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"connect-mongo": "^4.6.0", "connect-mongo": "^4.6.0",