UNPKG

@strapi/provider-email-amazon-ses

Version:

Amazon SES provider for strapi email

59 lines (58 loc) 1.37 kB
{ "name": "@strapi/provider-email-amazon-ses", "version": "5.20.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": "git://github.com/strapi/strapi.git" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Nikolay tsenkov", "email": "nikolay@tsenkov.net" }, "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 .", "watch": "run -T rollup -c -w" }, "dependencies": { "@strapi/utils": "5.20.0", "node-ses": "^3.0.3" }, "devDependencies": { "eslint-config-custom": "5.20.0", "tsconfig": "5.20.0" }, "engines": { "node": ">=18.0.0 <=22.x.x", "npm": ">=6.0.0" } }