UNPKG

mailserver-cli

Version:

32 lines (31 loc) 577 B
{ "name": "mailserver-cli", "version": "1.0.9", "main": "index.js", "type": "module", "bin": { "selfmail": "./bin/cli.js" }, "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Self-hosted", "mailserver", "custom-email" ], "author": "Sunil mahali", "license": "ISC", "description": "", "dependencies": { "axios": "^1.7.9", "chalk": "^5.4.1", "commander": "^13.1.0", "figlet": "^1.8.0", "inquirer": "^12.4.2", "ora": "^8.2.0" } }