21 lines
667 B
JSON
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"
|
|
}
|