{
  "_from": "mailersend@^2.3.0",
  "_id": "mailersend@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-pe498Ry7VaAb+oqcYqmPw1V7FlECG/mcqahQ3SiK54en4ZkyRwjyxoQwA9VU4s3npB+I44LlQGUudObZQe4/jA==",
  "_location": "/mailersend",
  "_phantomChildren": {
    "side-channel": "1.1.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mailersend@^2.3.0",
    "name": "mailersend",
    "escapedName": "mailersend",
    "rawSpec": "^2.3.0",
    "saveSpec": null,
    "fetchSpec": "^2.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/mailersend/-/mailersend-2.3.0.tgz",
  "_shasum": "56e4511528441c25931bbe1edb51556085f8ac86",
  "_spec": "mailersend@^2.3.0",
  "_where": "/home/vcubed/nodevenv/chatbot.unadeca.net/10/lib",
  "author": {
    "name": "MailerSend"
  },
  "bugs": {
    "url": "https://github.com/mailersend/mailersend-nodejs/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "gaxios": "^5.0.1",
    "isomorphic-unfetch": "^3.1.0",
    "qs": "^6.11.0"
  },
  "deprecated": false,
  "description": "Node.js helper module for MailerSend API",
  "devDependencies": {
    "@types/jest": "^27.0.2",
    "dotenv": "^9.0.2",
    "jest": "^27.2.4",
    "jest-coverage-badges": "^1.1.2",
    "nock": "^13.1.3",
    "prettier": "^2.4.1",
    "ts-jest": "^27.0.5",
    "typescript": "^4.4.3"
  },
  "directories": {
    "lib": "./lib"
  },
  "files": [
    "lib/**/*"
  ],
  "homepage": "https://www.mailersend.com/",
  "keywords": [
    "mailersend",
    "mailersend-ts",
    "mailer_send",
    "smtp-sender",
    "email-sender",
    "email-api",
    "transactional-emails",
    "transactional-sms",
    "typescript",
    "mailer-send",
    "types",
    "email"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "mailersend",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mailersend/mailersend-nodejs.git"
  },
  "scripts": {
    "build": "tsc",
    "postversion": "git push && git push --tags",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "test": "jest --config jestconfig.json",
    "version": "git add -A src",
    "watch": "tsc --watch"
  },
  "typings": "./lib/index.d.ts",
  "version": "2.3.0"
}
