package.json•1.22 kB
{
"name": "@docswrite/docswrite-mcp",
"version": "0.1.0",
"description": "A Model Context Protocol server for the Docswrite",
"author": "Dvir Atias",
"repository": {
"url": "https://github.com/Docswrite/docswrite-mcp"
},
"type": "module",
"bin": {
"mcp-unblocker": "dist/index.js"
},
"files": [
"dist/index.js",
"LICENSE",
"README.md",
"package.json"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"start": "node dist/index.js",
"clean": "rm -rf dist",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector dist/index.js"
},
"dependencies": {
"@google-cloud/local-auth": "^3.0.1",
"@modelcontextprotocol/sdk": "^1.9.0",
"googleapis": "^148.0.0",
"https-proxy-agent": "^7.0.2",
"jsdom": "^24.0.0",
"node-fetch": "^2.7.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/jsdom": "^21.1.6",
"@types/node": "^20.11.19",
"@types/node-fetch": "^2.6.11",
"typescript": "^5.3.3"
},
"keywords": [
"mcp",
"modelcontextprotocol",
"docswrite",
"wordpress",
"google docs to wordpress"
]
}