@stacksjs/email
Version:
The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.
47 lines (46 loc) • 1.39 kB
JSON
{
"name": "@stacksjs/email",
"type": "module",
"version": "0.70.23",
"description": "The Stacks Email integration. Painlessly create & manage your inboxes, templates, and send emails.",
"author": "Chris Breuer",
"contributors": ["Chris Breuer <chris@stacksjs.org>"],
"license": "MIT",
"funding": "https://github.com/sponsors/chrisbbreuer",
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/email#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/stacksjs/stacks.git",
"directory": "./storage/framework/core/email"
},
"bugs": {
"url": "https://github.com/stacksjs/stacks/issues"
},
"keywords": ["email", "ses", "aws", "stacks", "emailjs", "mailgun"],
"exports": {
".": {
"import": "./dist/index.js"
},
"./*": {
"import": "./dist/*"
}
},
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["README.md", "dist"],
"scripts": {
"build": "bun build.ts",
"build:inbound": "bun build-inbound.ts",
"typecheck": "bun tsc --noEmit",
"prepublishOnly": "bun run build"
},
"devDependencies": {
"@stacksjs/cli": "0.70.22",
"@stacksjs/config": "0.70.22",
"@stacksjs/development": "0.70.22",
"@stacksjs/error-handling": "0.70.22",
"@stacksjs/types": "0.70.22",
"aws-sdk": "^2.1692.0",
"vue-email": "^0.8.11"
}
}