package.json•563 B
{
"name": "deep-research-mcp",
"version": "1.0.0",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc -w & node --watch dist/index.js",
"client": "node dist/client-example.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "A Deep Research MCP Server",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"axios": "^1.8.1",
"dotenv": "^16.4.7",
"openai": "^4.86.1",
"typescript": "^5.8.2",
"zod": "^3.24.2"
}
}