{ "name": "prodcheck", "version": "1.19.0", "mcpName": "io.github.FarzamHabibi/prodcheck", "description": "Pre-production checklists for solo founders — 4,394 items, 87% portable to any stack, 26 stack supplements. CLI + MCP server.", "keywords": [ "security", "checklist", "security-audit", "appsec", "devsecops", "mcp", "mcp-server", "ai-security", "prompt-injection", "llm-security", "performance", "lighthouse", "core-web-vitals", "accessibility", "web-performance", "seo", "aeo", "search-console", "structured-data", "monitoring", "launch-checklist", "scalability", "load-testing", "capacity-planning", "database-performance", "incident-response", "postmortem", "disaster-recovery", "runbook", "sre", "agent-skill", "claude-code", "cursor", "code-review" ], "homepage": "https://prodcheck.pages.dev/", "bugs": "https://github.com/FarzamHabibi/pre-production-checklist/issues", "repository": { "type": "git", "url": "git+https://github.com/FarzamHabibi/pre-production-checklist.git" }, "license": "MIT", "bin": { "prodcheck": "cli/index.js", "prodcheck-mcp": "cli/mcp.js" }, "files": [ "cli/", "skills/", "data/checklist.json", "data/schema.json", "README.md", "LICENSE", "LICENSE-CODE" ], "scripts": { "build": "./scripts/build.sh", "test": "node cli/test.js", "verify": "./scripts/verify.sh", "site": "python3 scripts/build_site.py", "evals": "node evals/structure.test.js" }, "engines": { "node": ">=18" }, "dependencies": {}, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }