Files
povtornyy-ekzamen-2-sravnit…/package.json
T

15 lines
349 B
JSON

{
"name": "tavily-comparison",
"version": "1.0.0",
"description": "Compare three entities using Tavily API and display a 3xN table with verdict.",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js"
},
"author": "Your Name",
"license": "MIT",
"dependencies": {
"node-fetch": "^3.3.2"
}
}