package.json•1.21 kB
{
"name": "grumpydev-mcp",
"version": "1.0.1",
"description": "Let the grumpy senior dev review your code with this MCP server",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/sinedied/grumpydev-mcp"
},
"bin": {
"grumpydev-mcp": "./bin/grumpydev-mcp.js"
},
"scripts": {
"start": "node ./bin/grumpydev-mcp.js",
"test": "npx -y @modelcontextprotocol/inspector npx -y genaiscript mcp --groups mcp",
"release:check": "semantic-release --dry-run"
},
"keywords": [
"mcp",
"model-context-protocol",
"ai",
"genai",
"genaiscript",
"dev",
"review",
"code-review"
],
"author": {
"name": "Yohan Lasorsa",
"url": "https://github.com/sinedied"
},
"homepage": "https://github.com/sinedied/grumpydev-mcp",
"bugs": {
"url": "https://github.com/sinedied/grumpydev-mcp/issues"
},
"license": "MIT",
"release": {
"extends": "semantic-release-npm-github",
"branches": "main"
},
"engines": {
"node": ">=20.11.0"
},
"files": [
"bin",
"genaisrc",
"docs"
],
"devDependencies": {
"semantic-release": "^24.2.3",
"semantic-release-npm-github": "^5.0.0"
}
}