sc-postiz-poster/package.json
2026-06-17 17:40:57 -05:00

21 lines
667 B
JSON

{
"name": "postiz-poster",
"version": "0.0.1",
"description": "Saltcorn plugin: publish table rows to social networks (Mastodon, Bluesky, X, LinkedIn, Facebook, Instagram, Threads, and more) through a Postiz instance -- self-hosted or cloud -- via a single per-trigger action. Channels are chosen from the live Postiz integration list; post content and optional media come from row fields.",
"main": "index.js",
"scripts": {
"test": "node test/e2e.js"
},
"keywords": [
"saltcorn",
"postiz",
"social-media",
"publishing",
"scheduling"
],
"engines": {
"node": ">=20"
},
"author": "Scott Duensing",
"license": "MIT"
}