UNPKG

@indiekit/syndicator-mastodon

Version:

Mastodon syndicator for Indiekit

48 lines (47 loc) 1.05 kB
{ "name": "@indiekit/syndicator-mastodon", "version": "1.0.0-beta.21", "description": "Mastodon syndicator for Indiekit", "keywords": [ "indiekit", "indiekit-plugin", "indieweb", "syndication", "mastodon" ], "homepage": "https://getindiekit.com", "author": { "name": "Paul Robert Lloyd", "url": "https://paulrobertlloyd.com" }, "license": "MIT", "engines": { "node": ">=20" }, "type": "module", "main": "index.js", "files": [ "assets", "lib", "index.js" ], "bugs": { "url": "https://github.com/getindiekit/indiekit/issues" }, "repository": { "type": "git", "url": "https://github.com/getindiekit/indiekit.git", "directory": "packages/syndicator-mastodon" }, "dependencies": { "@indiekit/error": "^1.0.0-beta.21", "@indiekit/util": "^1.0.0-beta.21", "brevity": "^0.2.9", "html-to-text": "^9.0.0", "masto": "^6.0.0" }, "publishConfig": { "access": "public" }, "gitHead": "510035b363a59401a3acefe95edd668abed7640e" }