ваше сообщение коммита

This commit is contained in:
2025-03-26 16:30:54 +03:00
parent f95e1461c0
commit 1f2812e3b3
6 changed files with 618 additions and 760 deletions

View File

@@ -25,9 +25,10 @@
"@langchain/community": "^0.3.34",
"@langchain/core": "0.3.0",
"@langchain/ollama": "^0.2.0",
"@openzeppelin/contracts": "4.5.0",
"axios": "^1.6.7",
"@openzeppelin/contracts": "^5.2.0",
"axios": "^1.8.4",
"connect-pg-simple": "^10.0.0",
"cookie": "^1.0.2",
"cors": "^2.8.5",
"cron": "^4.1.0",
"csurf": "^1.11.0",
@@ -39,16 +40,20 @@
"helmet": "^8.0.0",
"hnswlib-node": "^3.0.0",
"imap": "^0.8.19",
"langchain": "0.0.200",
"langchain": "^0.3.19",
"mailparser": "^3.7.2",
"node-cron": "^3.0.3",
"node-telegram-bot-api": "^0.66.0",
"nodemailer": "^6.10.0",
"pg": "^8.10.0",
"semver": "^7.7.1",
"session-file-store": "^1.5.0",
"siwe": "^2.1.4",
"telegraf": "^4.16.3",
"winston": "^3.17.0"
"utf7": "^1.0.2",
"viem": "^2.23.15",
"winston": "^3.17.0",
"ws": "^8.18.1"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
@@ -68,12 +73,18 @@
"eslint-config-prettier": "^10.0.2",
"globals": "^16.0.0",
"hardhat": "^2.22.19",
"hardhat-gas-reporter": "^1.0.8",
"hardhat-gas-reporter": "^2.2.2",
"nodemon": "^3.1.9",
"prettier": "^3.5.3",
"solidity-coverage": "^0.8.1",
"ts-node": ">=8.0.0",
"typechain": "^8.3.0",
"typescript": ">=4.5.0"
},
"resolutions": {
"ws": "^8.18.1",
"cookie": "^1.0.2",
"semver": "^7.7.1",
"**/utf7/semver": "^7.7.1"
}
}