mailbucket
Version:
An npm library that aggregates multiple APIs for creating and receiving temporary emails.
39 lines (38 loc) • 855 B
JSON
{
"name": "mailbucket",
"version": "1.0.4",
"source": "src/index.d.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/bluezczatu/mailbucket.git"
},
"keywords": [
"mail",
"temp-mail",
"mail.tm",
"mail.gw"
],
"files": [
"README.md",
"dist"
],
"author": "Cemal",
"license": "MIT",
"bugs": {
"url": "https://github.com/bluezczatu/mailbucket/issues"
},
"homepage": "https://github.com/bluezczatu/mailbucket#readme",
"dependencies": {
"axios": "^1.8.4",
"cheerio": "^1.0.0",
"eventsource": "^2.0.2"
},
"devDependencies": {
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"description": "An npm library that aggregates multiple APIs for creating and receiving temporary emails."
}