@email-service/email-service
Version:
email-service is a versatile npm package designed to simplify the integration and standardization of email communications across multiple Email Service Providers (ESPs).
55 lines (54 loc) • 1.72 kB
JSON
{
"name": "@email-service/email-service",
"version": "0.3.0",
"description": "email-service is a versatile npm package designed to simplify the integration and standardization of email communications across multiple Email Service Providers (ESPs).",
"main": "/dist/cjs/index.js",
"module": "/dist/esm/index.js",
"types": "/dist/index.d.ts",
"source": "/src/esm/index.ts",
"exports": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc -p tsconfig.esm.json --watch",
"build": "npm run build:esm && npm run build:cjs && npm run build:qd",
"build:esm": "tsc -p tsconfig.esm.json",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:qd": "tsc -p tsconfig.qd.json",
"start": "node dist/index.js",
"link": "npm link",
"publishnpmdev": "npm publish --access public --tag=dev",
"publishnpm": "npm publish --access public",
"prepublish": "npm run build",
"clean": "rimraf ./node_modules ./.svelte-kit ./package-lock.json",
"installation": "npm run clean && npm install"
},
"keywords": [
"email",
"postmark",
"brevo",
"EPS",
"Email Service Provider",
"emailsender",
"emailservice",
"emailserviceprovider",
"emailserviceproviders"
],
"author": "Romain Demoustier",
"repository": {
"type": "git",
"url": "https://github.com/email-service/email-service"
},
"homepage": "https://email-service.dev",
"documentation": "https://github.com/email-service/email-service/blob/main/USERGUIDE.md",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.12",
"@types/nodemailer": "^6.4.15",
"typescript": "^5.4.5",
"rimraf": "^5.0.7"
},
"dependencies": {}
}