{ "name": "sslwebsites", "version": "1.0.1", "mcpName": "io.github.jyswee/sslwebsites", "description": "SSLWebsites CLI \u2014 SSL certificate management for coding agents. Issue, renew, monitor certs. As easy as git.", "bin": { "ssl": "bin/cli.js" }, "scripts": { "start": "node bin/cli.js", "build": "node scripts/build.js", "prepublishOnly": "npm run build" }, "keywords": [ "ssl", "certificates", "https", "tls", "acme", "lets-encrypt", "renewal", "monitoring", "agent", "cli", "coding-agent", "ai-agent", "mcp", "claude", "cursor", "cline", "windsurf", "aider", "codex" ], "engines": { "node": ">=18" }, "author": "jyswee ", "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "https://github.com/jyswee/sslwebsites.git" }, "homepage": "https://sslwebsites.com", "bugs": { "url": "https://sslwebsites.com/api/support/message" } }