{
  "_from": "reshuffle-smtp-connector@0.0.1",
  "_id": "reshuffle-smtp-connector@0.0.1",
  "_inBundle": false,
  "_integrity": "sha512-+2ph7JNBKXPIOl7rxCkIm1Jfsscrvv/vKmv5+05QFrBDPoxAwpgF3w+4JD0GrzWDh10MjfwdCd5EQA37wuSdKA==",
  "_location": "/reshuffle-smtp-connector",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "reshuffle-smtp-connector@0.0.1",
    "name": "reshuffle-smtp-connector",
    "escapedName": "reshuffle-smtp-connector",
    "rawSpec": "0.0.1",
    "saveSpec": null,
    "fetchSpec": "0.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/reshuffle-smtp-connector/-/reshuffle-smtp-connector-0.0.1.tgz",
  "_shasum": "2240bea04374633708455c3b28ed3d1e7f35490a",
  "_spec": "reshuffle-smtp-connector@0.0.1",
  "_where": "/Users/AmirNew/code/reshuffle/examples/email",
  "author": {
    "name": "Nimo Naamani"
  },
  "bugs": {
    "url": "https://github.com/reshufflehq/reshuffle-smtp-connector/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "nanoid": "^3.1.12",
    "nodemailer": "^6.4.6",
    "prettier": "^2.1.1",
    "reshuffle-base-connector": "^0.0.2"
  },
  "deprecated": false,
  "description": "A Reshuffle SMTP connector",
  "devDependencies": {
    "@types/nodemailer": "^6.4.0",
    "@typescript-eslint/eslint-plugin": "^3.10.1",
    "@typescript-eslint/parser": "^3.10.1",
    "eslint": "^7.7.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-prettier": "^3.1.4",
    "prettier": "^2.1.1",
    "rimraf": "^3.0.2",
    "ts-node": "^9.0.0",
    "typescript": "^4.0.2"
  },
  "homepage": "https://github.com/reshufflehq/reshuffle-smtp-connector#readme",
  "keywords": [
    "Reshuffle",
    "integrations",
    "workflows",
    "SMTP",
    "email"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "reshuffle-smtp-connector",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reshufflehq/reshuffle-smtp-connector.git"
  },
  "scripts": {
    "build": "rimraf dist && tsc",
    "build:watch": "rimraf dist && tsc -w",
    "lint": "eslint . --ext .ts,.js --fix",
    "prepare": "rimraf dist && tsc",
    "prepublishOnly": "rimraf dist && tsc"
  },
  "types": "dist/index.d.ts",
  "version": "0.0.1"
}
