Skip to content

Instantly share code, notes, and snippets.

@abbasogaji
Last active November 24, 2019 13:20
Show Gist options
  • Save abbasogaji/d0db6d19d7d6a2dd693da0f5d4939dcb to your computer and use it in GitHub Desktop.
Save abbasogaji/d0db6d19d7d6a2dd693da0f5d4939dcb to your computer and use it in GitHub Desktop.
Dependencies on Package JSON for my mailSlurp-on-nodejsapp demo
"devDependencies": {
"dotenv": "^8.2.0",
"expect": "^24.9.0",
"jest": "^24.8.0",
"mailslurp-client": "^6.5.0",
"node-html-parser": "^1.1.16",
"node-mocks-http": "^1.7.6"
},
"dependencies": {
"@sendgrid/mail": "^6.4.0",
"express": "^4.17.1",
"mongodb": "^3.3.0-beta2",
"mongoose": "^5.6.9"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment