package.json•993 B
{
"name": "@thirdstrandstudio/mcp-xpath",
"version": "0.7.0",
"description": "MCP server for xpath",
"license": "MIT",
"author": "Third Strand Studio LLC (https://github.com/thirdstrandstudio)",
"homepage": "https://github.com/thirdstrandstudio/mcp-xpath",
"bugs": "https://github.com/thirdstrandstudio/mcp-xpath/issues",
"type": "module",
"bin": {
"mcp-xpath": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"@xmldom/xmldom": "0.8.10",
"node-fetch": "^3.3.2",
"puppeteer": "^24.4.0",
"xpath": "^0.0.34",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"shx": "^0.3.4",
"ts-jest": "^29.1.2",
"typescript": "^5.6.2"
}
}