{
"name": "@kody/resend",
"version": "1.0.0",
"license": "MIT",
"private": false,
"description": "Send transactional email and manage Resend domains, audiences, and templates with dry-run mutations.",
"type": "module",
"exports": {
".": "./src/index.ts",
"./emails": "./src/emails.ts",
"./domains": "./src/domains.ts",
"./contacts": "./src/contacts.ts",
"./templates": "./src/templates.ts",
"./broadcasts": "./src/broadcasts.ts",
"./account": "./src/account.ts",
"./smoke-test": "./src/smoke-test.ts"
},
"files": [
"src",
"README.md",
"LICENSE",
"community-icon.svg"
],
"scripts": {
"test": "node --experimental-strip-types --test src/*.test.ts"
},
"kody": {
"id": "resend",
"name": "Resend",
"description": "Send transactional email and manage Resend domains, audiences, and templates with dry-run mutations.",
"logo": "./community-icon.svg",
"tags": [
"resend",
"email",
"transactional",
"domains",
"contacts",
"audiences",
"templates",
"broadcasts"
],
"searchText": "resend resend.com transactional email sendEmail sendBatch scheduled email domains contacts audiences segments topics templates broadcasts webhooks logs api.resend.com dryRun confirm secret resend resend-work oauth full_access emails:send"
}
}