25 lines
560 B
JSON
25 lines
560 B
JSON
{
|
|
"name": "searchagent",
|
|
"version": "1.0.0",
|
|
"main": "restSearch.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"serve": "node restSearch.js",
|
|
"search": "node searchCLI.js",
|
|
"mcp": "node mcpServer.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.0.4",
|
|
"@openrouter/sdk": "^0.11.2",
|
|
"chalk": "^5.6.2",
|
|
"dotenv": "^17.2.3",
|
|
"exa-js": "^2.11.0",
|
|
"express": "^5.2.1",
|
|
"tiktoken": "^1.0.22"
|
|
}
|
|
}
|