mailinator-inbox
Version:
Node.js mailinator client to access a public disposable inbox and read emails. Does not require token
35 lines (34 loc) • 874 B
JSON
{
"name": "mailinator-inbox",
"version": "1.3.0",
"private": false,
"main": "dist/index.js",
"description": "Node.js mailinator client to access a public disposable inbox and read emails. Does not require token",
"scripts": {},
"author": "Alexandru Cancescu",
"license": "MIT",
"homepage": "https://github.com/alexandrucancescu/node-mailinator-inbox",
"repository": {
"type": "git",
"url": "https://github.com/alexandrucancescu/node-mailinator-inbox"
},
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"keywords": [
"mailinator",
"temporary",
"mail",
"disposable",
"node-mailinator"
],
"devDependencies": {
"@types/node": "^14.14.22",
"@types/tough-cookie": "^4.0.0",
"@types/ws": "^7.4.0"
},
"dependencies": {
"got": "^11.8.1",
"tough-cookie": "^4.0.0",
"ws": "^7.4.2"
}
}