{
  "name": "nodemailer-build-attachment",
  "version": "3.0.0",
  "description": "Build and stream nodemailer attachments",
  "engines": {
    "node": ">=10"
  },
  "main": "index.js",
  "files": [
    "lib/**.*",
    "index.js"
  ],
  "license": "MIT",
  "author": {
    "name": "Alexey Kucherenko",
    "url": "https://github.com/killmenot"
  },
  "contributors": [
    {
      "name": "Andris Reinman",
      "url": "https://github.com/andris9"
    }
  ],
  "keywords": [
    "nodemailer",
    "build",
    "stream",
    "attachment"
  ],
  "homepage": "https://github.com/killmenot/nodemailer-build-attachment",
  "repository": {
    "type": "git",
    "url": "git@github.com:killmenot/nodemailer-build-attachment.git"
  },
  "bugs": {
    "url": "https://github.com/killmenot/nodemailer-build-attachment/issues"
  },
  "scripts": {
    "eslint": "eslint lib test index.js --fix",
    "remark": "remark .",
    "lint": "npm run eslint && npm run remark",
    "test": "mocha",
    "coverage": "nyc --reporter=html --reporter=text mocha",
    "coveralls": "nyc report --reporter=text-lcov | coveralls",
    "prepare": "husky install"
  },
  "nyc": {
    "all": true,
    "include": [
      "lib/**/*.js"
    ],
    "exclude": [
      "lib/includes-polyfill.js",
      "test/**/*.js"
    ]
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-lint-recommended"
    ]
  },
  "dependencies": {
    "libbase64": "^1.2.1",
    "libmime": "^5.0.0",
    "nodemailer-fetch": "^2.1.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^12.1.1",
    "@commitlint/config-conventional": "^12.1.1",
    "chai": "^4.3.4",
    "coveralls": "^3.1.0",
    "dirty-chai": "^2.0.1",
    "eslint": "^7.26.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^4.1.0",
    "husky": "^6.0.0",
    "mocha": "^8.4.0",
    "nyc": "^15.1.0",
    "remark-cli": "^9.0.0",
    "remark-preset-lint-recommended": "^5.0.0"
  }
}
