{ "name": "writer-helpers-mcp", "module": "index.ts", "type": "module", "private": true, "devDependencies": { "@biomejs/biome": "2.4.2", "@commitlint/cli": "^20.4.1", "@commitlint/config-conventional": "^20.4.1", "@types/bun": "latest", "husky": "^9.1.7", "lint-staged": "^16.2.7" }, "peerDependencies": { "typescript": "^5" }, "scripts": { "build:stdio": "bun build ./stdio.ts --compile --outfile bin/stdio", "build": "bun build:stdio", "prepare": "bun .husky/install.mts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.26.0", "zod": "^4.3.6" } }