package.json•1.16 kB
{
"name": "mcp-hacker-news",
"version": "1.0.3",
"description": "Hacker News MCP Server",
"main": "dist/index.js",
"bin": {
"mcp-hacker-news": "dist/index.js"
},
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node --esm src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"inspector": "npx @modelcontextprotocol/inspector node dist/index.js"
},
"files": [
"dist"
],
"keywords": [
"mcp",
"hacker-news",
"model-context-protocol",
"claude",
"ai",
"news",
"api"
],
"author": "Pablo LC",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/paabloLC/mcp-hacker-news.git"
},
"homepage": "https://github.com/paabloLC/mcp-hacker-news#readme",
"bugs": {
"url": "https://github.com/paablolc/mcp-hacker-news/issues"
},
"packageManager": "pnpm@10.6.5",
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@types/node": "^22.15.18",
"ts-node": "^10.9.1",
"typescript": "^5.8.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1"
}
}