{
"name": "@devabdultech/hn-mcp-server",
"version": "1.2.2",
"main": "./dist/index.js",
"type": "module",
"bin": {
"hackernews-mcp": "./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devabdultech/hn-mcp.git"
},
"bugs": {
"url": "https://github.com/devabdultech/hn-mcp/issues"
},
"files": [
"dist",
"dist/index.js"
],
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"start": "node dist/index.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"hacker-news",
"hn",
"news",
"claude"
],
"author": "devabdultech",
"license": "MIT",
"description": "MCP Server for using the Hacker News API",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"@types/node": "^22.13.7",
"@types/node-fetch": "^2.6.12",
"node-fetch": "^3.3.2",
"zod": "^3.24.2",
"zod-to-json-schema": "^3.24.3"
},
"devDependencies": {
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}