{ "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" } }