UNPKG

temp-mail-client

Version:

A robust Node.js client for interacting with the temp-mail.org service

46 lines (45 loc) 1.05 kB
{ "name": "temp-mail-client", "version": "1.0.0", "description": "A robust Node.js client for interacting with the temp-mail.org service", "type": "module", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "keywords": [ "email", "temporary-email", "temp-mail", "disposable-email", "email-client", "temp-mail-client" ], "author": { "name": "TempMail API Client", "url": "https://github.com/springmusk026/temp-mail-client" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/springmusk026/temp-mail-client.git" }, "bugs": { "url": "https://github.com/springmusk026/temp-mail-client/issues" }, "homepage": "https://github.com/springmusk026/temp-mail-client#readme", "dependencies": { "cheerio": "^1.0.0" }, "engines": { "node": ">=18.0.0" }, "files": [ "index.js", "index.d.ts", "README.md", "LICENSE" ] }