@fr3dhugh3s/gmail-tester
Version:
A simple NodeJS gmail client which checks the inbox for specific message existence
27 lines • 616 B
JSON
{
"name": "@fr3dhugh3s/gmail-tester",
"version": "1.3.5",
"description": "A simple NodeJS gmail client which checks the inbox for specific message existence",
"main": "gmail-tester.js",
"types": "gmail-tester.d.ts",
"scripts": {
"test": "jasmine"
},
"keywords": [
"gmail",
"googleapis",
"email",
"client",
"automation",
"polling"
],
"author": "Lev Gelfenbuim",
"license": "MIT",
"dependencies": {
"googleapis": "^95.0.0"
},
"homepage": "https://github.com/levz0r/gmail-tester",
"devDependencies": {
"jasmine": "^4.0.2"
}
}