{
"name": "hexo-mastodon-syndicate",
"version": "1.0.0",
"description": "将 Hexo 博客文章联合发布到 Mastodon(POSSE 工作流)",
"main": "syndicate.js",
"bin": {
"hexo-mastodon-syndicate": "syndicate.js",
"hexo-mastodon-publish": "publish.js"
},
"keywords": [
"hexo",
"mastodon",
"syndication",
"indieweb",
"posse",
"fediverse"
],
"author": "Cytrogen",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cytrogen/hexo-mastodon-syndicate.git"
}
}