{
  "name": "@the-/mail",
  "description": "Mail client for the-framework",
  "version": "15.4.1",
  "author": {
    "email": "okunishinishi@gmail.com",
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "browser": "shim",
  "bugs": {
    "url": "https://github.com/the-labo/the#issues"
  },
  "dependencies": {
    "@sendgrid/mail": "*",
    "@the-/check": "^15.2.6",
    "asobj": "^3.0.1",
    "handlebars": "^4.0.12",
    "nodemailer": "^5.1.1",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "@the-/secret": "file:../secret"
  },
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "homepage": "https://github.com/the-labo/the/tree/master/packages/mail#readme",
  "keywords": [
    "lib",
    "the"
  ],
  "license": "MIT",
  "main": "lib",
  "publishConfig": {
    "access": "public"
  },
  "repository": "the-labo/the",
  "scripts": {
    "build": "../../misc/scripts/pkgBuild.js",
    "doc": "../../misc/scripts/pkgDoc.js",
    "prepare": "../../misc/scripts/pkgSharedInstall.sh;npm run build && npm run doc",
    "test": "../../misc/scripts/pkgTest.js"
  }
}
