feat: solution for 'Повторный экзамен #2: Сравнительный обзор 3 сущностей (Tavily)'
This commit is contained in:
+3
-4
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user