package.json•579 B
{
"name": "review-mcp-min",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Minimal MCP server for Re:VIEW (5.8 / 2.5) with tag enforcement, ID fixer, and lint.",
"scripts": {
"start": "tsx src/index.ts",
"build": "tsc -p tsconfig.json",
"dev": "tsx watch src/index.ts",
"test": "node --test",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"yaml": "^2.5.0"
},
"devDependencies": {
"tsx": "^4.7.0",
"typescript": "^5.4.0",
"@types/node": "^20.11.25"
}
}