package.json•917 B
{
"name": "@kwp-lab/mcp-brave-search",
"version": "0.7.3",
"description": "MCP server for Brave Search API integration which supports http proxying",
"license": "MIT",
"homepage": "https://github.com/kwp-lab/mcp-brave-search",
"bugs": "https://github.com/kwp-lab/mcp-brave-search/issues",
"type": "module",
"main": "dist/index.js",
"bin": "dist/index.js",
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/kwp-lab/mcp-brave-search.git"
},
"keywords": [
"mcp",
"brave",
"search",
"api",
"proxy"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.0.1",
"node-fetch-native": "^1.6.6"
},
"devDependencies": {
"@types/node": "^22",
"shx": "^0.3.4",
"typescript": "^5.6.2"
}
}