25 lines
509 B
JSON
25 lines
509 B
JSON
{
|
|
"name": "tavily-comparative-review",
|
|
"version": "1.0.0",
|
|
"description": "A small utility to fetch comparative reviews of three entities using the Tavily API.",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js",
|
|
"test": "jest"
|
|
},
|
|
"keywords": [
|
|
"tavily",
|
|
"comparison",
|
|
"api",
|
|
"node"
|
|
],
|
|
"author": "Your Name",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"jest": "^29.7.0"
|
|
}
|
|
} |