package.json•713 B
{
"name": "locations-mcp",
"version": "0.1.0",
"description": "Model Context Protocol server with WordPress, keyword research, and content generation tools.",
"main": "dist/index.js",
"license": "MIT",
"type": "module",
"scripts": {
"build": "tsc --project tsconfig.json",
"lint": "echo 'No lint configured'",
"start": "node dist/api/mcp.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"cheerio": "^1.0.0-rc.12",
"google-trends-api": "^4.9.2",
"node-fetch": "^3.3.2",
"sanitize-html": "^2.12.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.4.1",
"@types/sanitize-html": "^2.16.0",
"typescript": "^5.5.4"
}
}