{ "name": "rankgoat", "version": "0.5.1", "mcpName": "io.github.madrzak/rankgoat", "description": "Official command-line interface and MCP server for RankGoat. Manage your content plan, posts, backlinks and SEO data from the terminal, CI, or any AI agent.", "type": "module", "bin": { "rankgoat": "./bin/rankgoat.js" }, "files": [ "bin", "lib", "README.md", "SKILL.md", "LICENSE" ], "scripts": { "start": "node bin/rankgoat.js", "test": "node --test --test-reporter=dot" }, "keywords": [ "rankgoat", "seo", "backlinks", "cli", "mcp", "mcp-server", "ai-agent", "content", "blogging", "link-building" ], "homepage": "https://rankgoat.app", "repository": { "type": "git", "url": "git+https://github.com/madrzak/rankgoat-cli.git" }, "bugs": { "url": "https://github.com/madrzak/rankgoat-cli/issues" }, "author": "RedStudio (https://rankgoat.app)", "license": "MIT", "engines": { "node": ">=20" } }