feat: solution for 'Повторный экзамен #2: Сравнительный обзор 3 сущностей (Tavily)'

This commit is contained in:
2026-06-29 16:48:23 +03:00
parent 87575da55f
commit c7e2183e3e
5 changed files with 161 additions and 114 deletions
+3 -4
View File
@@ -1,15 +1,14 @@
{
"name": "tavily-comparison",
"name": "tavily-compare",
"version": "1.0.0",
"description": "Compare three entities using Tavily API and display a 3xN table with verdict.",
"description": "Compare three entities using Tavily API and generate markdown table",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"author": "Your Name",
"license": "MIT",
"dependencies": {
"dotenv": "^16.4.5",
"node-fetch": "^3.3.2"
}
}