package.json•669 B
{
"name": "@juvisdiet/q-developer-commands",
"version": "1.2.1",
"description": "MCP server for GitHub-based custom prompts",
"main": "index.js",
"type": "module",
"bin": {
"prompt-mcp": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": ["mcp", "model-context-protocol", "prompts", "github"],
"author": "kyo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/juvisdiet/q-developer-commands.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0"
},
"engines": {
"node": ">=18.0.0"
}
}