UNPKG

@fr3dhugh3s/gmail-tester

Version:

A simple NodeJS gmail client which checks the inbox for specific message existence

28 lines (27 loc) 606 B
{ "name": "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" } }