UNPKG

aws-cdk-ses-domain-identity

Version:

Constructs for provisioning and referencing domain identities which can be used in SES RuleSets and Actions Construct.

69 lines (68 loc) 1.93 kB
{ "name": "aws-cdk-ses-domain-identity", "version": "2.2.0", "description": "Constructs for provisioning and referencing domain identities which can be used in SES RuleSets and Actions Construct.", "main": "dist/dns-validated-domain-identity.js", "types": "dist/dns-validated-domain-identity.d.ts", "peerDependencies": { "aws-cdk-lib": "^2.0.0", "constructs": "^10.0.0" }, "devDependencies": { "@prescott/commitlint-preset": "1.0.9", "@prescott/semantic-release-config": "1.0.17", "@prescott/tslint-preset": "1.0.1", "@types/jest": "29.5.11", "@types/node": "^20.11.0", "aws-cdk-lib": "2.121.1", "constructs": "10.3.0", "husky": "8.0.3", "jest": "29.7.0", "semantic-release": "23.0.0", "ts-jest": "29.1.1", "ts-node": "10.9.2", "tslint": "6.1.3", "typescript": "^5.3.3" }, "scripts": { "prepare": "husky install", "clean": "rm -rf dist", "prebuild": "npm run clean", "build": "tsc -p tsconfig.json", "prepublishOnly": "npm run build && cd lambda-packages/dns-validated-domain-identity-handler && npm run build", "test": "jest", "lint": "tslint -c tslint.json '{src,test}/**/*.ts'" }, "repository": { "type": "git", "url": "git+https://github.com/mooyoul/aws-cdk-ses-domain-identity.git" }, "keywords": [ "aws", "aws-cdk", "aws-cdk-construct", "aws-ses", "ses" ], "author": "MooYeol Prescott Lee <mooyoul@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/mooyoul/aws-cdk-ses-domain-identity/issues" }, "homepage": "https://github.com/mooyoul/aws-cdk-ses-domain-identity#readme", "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "commitlint": { "extends": [ "@prescott/commitlint-preset" ] }, "overrides": { "@prescott/tslint-preset": { "typescript": "$typescript" } } }