{
"name": "@kody/postmark",
"version": "1.0.0",
"license": "MIT",
"private": false,
"description": "Send transactional email and manage Postmark servers, domains, and message search with dry-run mutations.",
"type": "module",
"exports": {
".": "./src/index.ts",
"./emails": "./src/emails.ts",
"./servers": "./src/servers.ts",
"./domains": "./src/domains.ts",
"./messages": "./src/messages.ts",
"./smoke-test": "./src/smoke-test.ts",
"./scheduled-server-health": "./src/scheduled-server-health.ts"
},
"files": [
"src",
"README.md",
"LICENSE",
"community-icon.svg"
],
"scripts": {
"test": "node --experimental-strip-types --test src/*.test.ts"
},
"kody": {
"id": "postmark",
"name": "Postmark",
"description": "Send transactional email and manage Postmark servers, domains, and message search with dry-run mutations.",
"logo": "./community-icon.svg",
"tags": [
"postmark",
"email",
"transactional",
"servers",
"domains",
"messages",
"search",
"dry-run"
],
"searchText": "postmark postmarkapp.com transactional email sendEmail sendBatch sendTemplate servers domains message search outbound inbound X-Postmark-Server-Token X-Postmark-Account-Token api.postmarkapp.com dryRun confirm secret postmark postmark-account postmark-work DKIM",
"jobs": {
"server-health": {
"entry": "./src/jobs/server-health.ts",
"schedule": {
"type": "cron",
"expression": "0 9 * * 1"
},
"timezone": "UTC",
"enabled": false
}
}
}
}