package.json•644 B
{
"name": "jina-free-mcp",
"author": "ubuygold",
"version": "0.0.1",
"description": "An MCP component that reads webpage content using the Jina Reader API.",
"module": "index.ts",
"type": "module",
"bin": {
"read-webpage": "index.ts"
},
"scripts": {
"test": "bun test",
"start": "bun run index.ts",
"build": "bun build ./index.ts --outdir ./dist --target=node"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"keywords": [
"mcp",
"jina",
"reader",
"webpage",
"content"
]
}