OpenDeepSearch

by tositon
Verified
{ "name": "open-deep-research", "version": "0.1.0", "description": "An open-source alternative to Perplexity Deep Research using MCP protocol", "main": "dist/index.js", "type": "module", "bin": { "open-deep-research": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.ts\"", "prepublishOnly": "npm run build", "test": "./test-server.sh", "clean": "rm -rf dist", "rebuild": "npm run clean && npm run build" }, "keywords": [ "mcp", "deep-research", "perplexity", "ai", "search", "research", "cursor" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.3", "chalk": "^5.4.1", "dotenv": "^16.4.7", "uuid": "^9.0.1", "ws": "^8.18.1" }, "devDependencies": { "@types/node": "^20.10.0", "@types/uuid": "^9.0.7", "@types/ws": "^8.18.0", "eslint": "^8.54.0", "prettier": "^3.1.0", "tsx": "^4.6.0", "typescript": "^5.3.2" }, "engines": { "node": ">=16.0.0" }, "repository": { "type": "git", "url": "https://github.com/tositon/OpenDeepSearch.git" }, "bugs": { "url": "https://github.com/tositon/OpenDeepSearch/issues" }, "homepage": "https://github.com/tositon/OpenDeepSearch#readme" }