{
"name": "hackmd-mcp",
"module": "index.ts",
"type": "module",
"license": "MIT",
"version": "1.2.0",
"author": "yuna0x0 <yuna@yuna0x0.com>",
"repository": {
"type": "git",
"url": "https://github.com/yuna0x0/hackmd-mcp.git"
},
"bin": {
"hackmd-mcp": "dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"clean": "rimraf 'dist/'",
"build": "bun run clean && tsc && shx chmod +x dist/*.js",
"prepare": "bun run build",
"start": "bun run build && node dist/index.js",
"inspector": "bun run build && mcp-inspector node dist/index.js",
"watch": "tsc --watch"
},
"dependencies": {
"@hackmd/api": "^2.4.0",
"@modelcontextprotocol/sdk": "^1.8.0",
"dotenv": "^16.4.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@modelcontextprotocol/inspector": "^0.7.0",
"rimraf": "^6.0.1",
"shx": "^0.4.0",
"typescript": "^5.8.2"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"api",
"ai",
"mcp",
"hackmd",
"llm",
"mcp-server"
]
}