{
  "name": "simple-smtp-server",
  "version": "0.31.0",
  "author": "Constructive <developers@constructive.io>",
  "description": "SMTP email sender for Constructive",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:send": "ts-node __tests__/test-send.ts",
    "test:send:dev": "ts-node __tests__/test-send.ts"
  },
  "dependencies": {
    "@pgpmjs/env": "^2.43.0",
    "@pgpmjs/types": "^2.52.0",
    "nodemailer": "^6.9.13"
  },
  "devDependencies": {
    "@types/nodemailer": "^7.0.11",
    "@types/smtp-server": "^3.5.13",
    "makage": "^0.3.0",
    "smtp-server": "^3.18.4",
    "ts-node": "^10.9.2"
  },
  "keywords": [
    "smtp",
    "email",
    "nodemailer",
    "postmaster"
  ],
  "gitHead": "b5b6b9f05276b7e9cbd3d1f4acd31dd315c353ea"
}
