UNPKG

@strapi/provider-email-amazon-ses

Version:

Amazon SES provider for strapi email

60 lines (59 loc) 1.5 kB
{ "name": "@strapi/provider-email-amazon-ses", "version": "5.49.0", "description": "Amazon SES provider for strapi email", "keywords": [ "email", "strapi", "amazon", "ses" ], "homepage": "https://strapi.io", "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "repository": { "type": "git", "url": "https://github.com/strapi/strapi.git", "directory": "packages/providers/email-amazon-ses" }, "license": "SEE LICENSE IN LICENSE", "maintainers": [ { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" } ], "main": "./dist/index.js", "module": "./dist/index.mjs", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build": "run -T npm-run-all clean --parallel build:code build:types", "build:code": "run -T rollup -c", "build:types": "run -T tsc -p tsconfig.build.json --emitDeclarationOnly", "clean": "run -T rimraf ./dist", "lint": "run -T eslint .", "test:unit:vitest": "vitest run", "test:unit:vitest:watch": "vitest --watch", "watch": "run -T rollup -c -w" }, "dependencies": { "@aws-sdk/client-ses": "3.1023.0", "@strapi/utils": "5.49.0" }, "devDependencies": { "eslint-config-custom": "5.49.0", "tsconfig": "5.49.0", "vitest": "catalog:", "vitest-config": "5.49.0" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" } }