package.json•797 B
{
"name": "mcp-srv-ossinsight",
"version": "0.1.0",
"description": "MCP server providing OSSInsight.io GitHub data analysis functionality",
"type": "module",
"main": "index.js",
"bin": {
"mcp-srv-ossinsight": "index.js"
},
"scripts": {
"build": "tsc",
"start": "node index.js"
},
"keywords": [
"mcp",
"ossinsight",
"github",
"analytics",
"data"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"cheerio": "^1.0.0-rc.12",
"jsdom": "^22.1.0",
"node-fetch": "^3.3.1",
"zod": "^3.21.4",
"zod-to-json-schema": "^3.21.1"
},
"devDependencies": {
"@types/cheerio": "^0.22.35",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.2.1",
"typescript": "^5.0.4"
}
}