{
  "name": "@common-creation/aws-cdk-ses-domain-identity",
  "version": "2.1.1",
  "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": {
    "@commitlint/config-conventional": "^17.4.2",
    "@prescott/tslint-preset": "1.0.1",
    "@semantic-release/changelog": "^6.0.2",
    "@semantic-release/commit-analyzer": "^9.0.2",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^8.0.7",
    "@semantic-release/npm": "^9.0.2",
    "@semantic-release/release-notes-generator": "^10.0.3",
    "@types/jest": "29.2.5",
    "@types/node": "14.18.12",
    "aws-cdk-lib": "2.60.0",
    "commitlint": "^17.4.2",
    "constructs": "10.1.222",
    "husky": "8.0.3",
    "jest": "29.3.1",
    "semantic-release": "20.0.2",
    "ts-jest": "29.0.5",
    "ts-node": "10.9.1",
    "tslint": "6.1.3",
    "typescript": "4.8.4"
  },
  "scripts": {
    "bootstrap": "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/common-creation/aws-cdk-ses-domain-identity.git"
  },
  "keywords": [
    "aws",
    "aws-cdk",
    "aws-cdk-construct",
    "aws-ses",
    "ses"
  ],
  "author": "MooYeol Prescott Lee <mooyoul@gmail.com> and Common Creation, LLC",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/common-creation/aws-cdk-ses-domain-identity/issues"
  },
  "homepage": "https://github.com/common-creation/aws-cdk-ses-domain-identity#readme",
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    }
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  }
}
