31 lines
595 B
JSON
31 lines
595 B
JSON
{
|
|
"name": "tavily-compare",
|
|
"version": "1.0.0",
|
|
"description": "Compare three entities using the Tavily API with a single HTTP client approach.",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "eslint ."
|
|
},
|
|
"keywords": [
|
|
"tavily",
|
|
"comparison",
|
|
"api",
|
|
"node"
|
|
],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"dotenv": "^16.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.48.0",
|
|
"jest": "^29.6.1",
|
|
"nock": "^13.3.0",
|
|
"prettier": "^3.0.0"
|
|
},
|
|
"jest": {
|
|
"testEnvironment": "node"
|
|
}
|
|
} |