mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2025-12-26 06:28:56 +08:00
19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"name": "agentic-search",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"as": "npx ts-node src/agent.ts"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@google/generative-ai": "^0.21.0",
|
|
"dotenv": "^16.4.7",
|
|
"undici": "^7.3.0"
|
|
}
|
|
}
|