package.json•1.03 kB
{
"name": "guardian-mcp-server",
"version": "2.0.0",
"description": "MCP server for The Guardian newspaper",
"main": "dist/index.js",
"type": "module",
"bin": {
"guardian-mcp-server": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc --watch",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"guardian",
"newspaper",
"journalism",
"news",
"model-context-protocol"
],
"author": "Joshua Benton <joshuabenton@gmail.com>",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jbenton/guardian-mcp-server.git"
},
"bugs": {
"url": "https://github.com/jbenton/guardian-mcp-server/issues"
},
"homepage": "https://github.com/jbenton/guardian-mcp-server#readme"
}