@tavily/core
Version:
Official JavaScript library for Tavily.
49 lines (48 loc) • 979 B
JSON
{
"name": "@tavily/core",
"version": "0.5.7",
"description": "Official JavaScript library for Tavily.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"homepage": "https://tavily.com",
"repository": {
"type": "git",
"url": "https://github.com/tavily-ai/tavily-js.git"
},
"scripts": {
"build": "tsup"
},
"keywords": [
"llm",
"ai",
"machine learning",
"ml",
"embeddings",
"vectorstores",
"tavily",
"n8n-community-node-package",
"n8n-nodes-tavily"
],
"author": "Tavily",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.7.4",
"tsup": "^8.3.6",
"typescript": "^5.6.2"
},
"dependencies": {
"axios": "^1.7.7",
"https-proxy-agent": "^7.0.6",
"js-tiktoken": "^1.0.14"
},
"overrides": {
"esbuild": "^0.25.0"
}
}