{
"name": "mcp-server-fetch-typescript",
"version": "0.1.0",
"description": "A Model Context Protocol server that provides web content fetching and conversion capabilities",
"main": "./build/index.js",
"type": "module",
"bin": {
"mcp-server-fetch-typescript": "build/index.js"
},
"files": [
"build"
],
"scripts": {
"build": "tsc && node --eval \"import('fs').then(fs => fs.chmodSync('build/index.js', '755'))\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"test": "jest",
"inspector": "npx @modelcontextprotocol/inspector build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tatn/mcp-server-fetch-typescript.git"
},
"keywords": [
"mcp",
"server",
"fetch",
"playwright",
"markdown",
"html",
"Typescript"
],
"homepage": "https://github.com/tatn/mcp-server-fetch-typescript",
"license": "MIT",
"author": "tatn",
"dependencies": {
"@modelcontextprotocol/sdk": "0.6.0",
"axios": "^1.7.9",
"node-html-markdown": "^1.3.0",
"playwright": "^1.49.1",
"turndown": "^7.2.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^20.11.24",
"@types/turndown": "^5.0.5",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.3.3"
},
"types": "build/index.d.ts"
}