UNPKG

yopmail-helper

Version:

yopmail helper. It will help you receive the mail content.

35 lines (34 loc) 746 B
{ "name": "yopmail-helper", "version": "1.0.13", "keywords": [ "javascript", "tools", "yopmail", "temporal mail", "mail semail" ], "main": "src/index.js", "files": [ "src" ], "description": "yopmail helper. It will help you receive the mail content.", "repository": "https://github.com/qa-io-vn/yopmail", "author": "tuan <tuanpm94@gmail.com>", "license": "MIT", "devDependencies": { "dotenv": "^11.0.0", "eslint": "^8.56.0", "eslint-config-google": "^0.14.0", "jest": "^27.4.7", "jest-html-reporters": "3.0.2" }, "scripts": { "test": "jest --runInBand", "lint": "eslint src/**" }, "dependencies": { "axios": "^1.6.5", "node-html-parser": "^6.1.12" } }