{
  "name": "mailersend",
  "version": "2.6.0",
  "description": "Node.js helper module for MailerSend API",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "directories": {
    "lib": "./lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mailersend/mailersend-nodejs.git"
  },
  "keywords": [
    "mailersend",
    "mailersend-ts",
    "mailer_send",
    "smtp-sender",
    "email-sender",
    "email-api",
    "transactional-emails",
    "transactional-sms",
    "typescript",
    "mailer-send",
    "types",
    "email"
  ],
  "author": "MailerSend",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mailersend/mailersend-nodejs/issues"
  },
  "homepage": "https://www.mailersend.com/",
  "scripts": {
    "build": "tsc",
    "watch": "tsc --watch",
    "test": "jest --config jestconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "dependencies": {
    "gaxios": "^6.0.0",
    "isomorphic-unfetch": "^4.0.0",
    "qs": "^6.11.0"
  },
  "devDependencies": {
    "@types/jest": "^29.0.0",
    "dotenv": "^16.0.0",
    "jest": "^29.7.0",
    "jest-coverage-badges": "^1.1.2",
    "nock": "^14.0.0",
    "prettier": "^3.0.0",
    "ts-jest": "^29.2.6",
    "typescript": "^5.0.0"
  }
}
