{
  "name": "dns-validated-domain-identity-handler",
  "version": "1.0.0",
  "description": "Lambda handler for provisioning AWS SES Domain Identity",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {},
  "devDependencies": {
    "@prescott/tslint-preset": "1.0.1",
    "@types/aws-lambda": "8.10.109",
    "@types/jest": "29.2.5",
    "@types/nock": "11.1.0",
    "@types/node": "12.20.55",
    "@types/sinon": "10.0.13",
    "aws-sdk": "2.1295.0",
    "jest": "29.3.1",
    "nock": "13.3.0",
    "sinon": "15.0.1",
    "ts-jest": "29.0.5",
    "ts-node": "10.9.1",
    "tslint": "6.1.3",
    "typescript": "4.8.4"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "prebuild": "npm run clean",
    "build": "tsc -p tsconfig.json",
    "prepublishOnly": "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"
}
