{
  "name": "@gradeup/email-verify",
  "version": "0.2.4",
  "description": "A tool to verify an email address exits via SMTP",
  "main": "index.js",
  "dependencies": {
    "bluebird": "^3.5.1",
    "validator": "^13.7.0"
  },
  "devDependencies": {
    "mocha": "^10.0.0",
    "nyc": "^15.1.0"
  },
  "bugs": {
    "url": "https://github.com/gradeup/email-verify/issues"
  },
  "scripts": {
    "test": "nyc --reporter=lcov mocha ./test/*.test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gradeup/email-verify"
  },
  "preferGlobal": true,
  "bin": {
    "email-verify": "./app.js"
  },
  "author": "Arpit Gupta <arpit.gupta@gradeup.co> (https://github.com/arpit27gupta)",
  "publishConfig": {
    "access": "public"
  },
  "contributors": [
    "Anatolij Ostroumov <ostroumov095@gmail.com> (https://github.com/vodolaz095)",
    "robert-irribarren <robertirribarren@gmail.com> (https://github.com/robert-irribarren)",
    "Kirill Beresnev <derainberk@gmail.com> (https://github.com/DeRain)",
    "Santiago Castro <santi.1410@hotmail.com> (https://github.com/bryant1410)",
    "Fones <ja@fones.pl> (https://github.com/fones)",
    "Bramzor <bramverdonck@telenet.be> (https://github.com/Bramzor)",
    "zh99998 <zh99998@gmail.com> (https://github.com/zh99998)",
    "sancowinx <jm-sarn@hotmail.com> (https://github.com/sancowinx)",
    "Martin Edwards <martin@brilliantnoise.com> (https://github.com/mledwards)",
    "james075 <james.heng@epitech.eu> (https://github.com/james075)",
    "Matti Savolainen <matti@applifier.com> (https://github.com/Nomon)"
  ],
  "license": "ISC",
  "keywords": [
    "email",
    "smtp",
    "verify",
    "validate"
  ]
}
