{
  "name": "@commun/emails",
  "version": "1.0.0",
  "description": "Commun emails module",
  "author": "Commun <admin@commun.dev>",
  "homepage": "https://commun.dev",
  "license": "MIT",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/commundev/commun.git"
  },
  "scripts": {
    "prepublishOnly": "tsc",
    "tsc": "tsc",
    "test": "jest --forceExit --coverage --verbose"
  },
  "bugs": {
    "url": "https://github.com/commundev/commun/issues"
  },
  "dependencies": {
    "@commun/core": "^1.0.0",
    "nodemailer": "^6.4.2"
  },
  "devDependencies": {
    "@types/mongodb": "^3.5.14",
    "@types/nodemailer": "^6.4.0",
    "@types/supertest": "^2.0.8",
    "supertest": "^4.0.2",
    "typescript": "^3.8.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "bb2abcf02d68a885d08f58a3e658730eadf3178e"
}
