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

15 lines
342 B
JSON

{
"name": "tavily-comparison",
"version": "1.0.0",
"description": "Comparison of three entities using the Tavily API",
"main": "src/index.js",
"type": "module",
"scripts": {
"start": "node src/index.js",
"test": "echo \"No tests defined\""
},
"dependencies": {
"tavily-sdk": "^1.0.0",
"dotenv": "^16.0.0"
}
}