package.json•698 B
{
"name": "mcp-wake-county-library",
"version": "1.0.0",
"description": "MCP server for searching the Wake County Public Library catalog",
"type": "module",
"main": "dist/index.js",
"bin": {
"mcp-wake-county-library": "dist/index.js"
},
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"start": "node dist/index.js"
},
"keywords": [
"mcp",
"library",
"wake-county",
"search",
"catalog"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"cheerio": "^1.0.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.3.0"
}
}