razon
Version:
Razon - Advanced CLI Email Client with browser automation, bulk sending, and high-performance Bun runtime
38 lines • 846 B
JSON
{
"name": "razon",
"version": "1.0.46",
"description": "Razon - Advanced CLI Email Client with browser automation, bulk sending, and high-performance Bun runtime",
"main": "./bin/razon.js",
"type": "module",
"bin": {
"razon": "./bin/razon.js"
},
"keywords": [
"email",
"cli",
"razon",
"mailer",
"bulk-email",
"smtp",
"automation",
"typescript",
"bun",
"puppeteer"
],
"author": "Yuniq Solutions Tech",
"license": "ISC",
"dependencies": {
"@faker-js/faker": "^9.9.0",
"puppeteer": "^24.14.0",
"jsdom": "^26.1.0",
"mime-types": "^3.0.1",
"chalk": "^5.4.1",
"cli-progress": "^3.12.0",
"nodemailer": "^7.0.5",
"cli-table3": "^0.6.5",
"puppeteer-cluster": "^0.24.0",
"socks": "^2.8.6",
"jsonc-parser": "^3.3.1",
"yq-pdf": "^0.0.2"
}
}