package.jsonā¢1.13 kB
{
"name": "@masaki39/marp-mcp",
"version": "0.1.0",
"description": "MCP server for Marp presentation management with academic theme support",
"main": "./build/index.js",
"type": "module",
"bin": {
"marp-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc && cp -r src/templates build/ && chmod 755 build/index.js",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"files": [
"build",
"README.md",
"LICENSE"
],
"keywords": [
"mcp",
"marp",
"presentation",
"slides",
"markdown",
"model-context-protocol",
"claude",
"academic-theme"
],
"author": "masaki39",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/masaki39/marp-mcp.git"
},
"homepage": "https://github.com/masaki39/marp-mcp#readme",
"bugs": {
"url": "https://github.com/masaki39/marp-mcp/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.19.1",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.6.2",
"typescript": "^5.9.3"
}
}