mailos
Version:
Command-line email client with AI integration and support for multiple providers
53 lines (52 loc) • 1 kB
JSON
{
"name": "mailos",
"version": "0.1.15",
"description": "Command-line email client with AI integration and support for multiple providers",
"keywords": [
"email",
"cli",
"gmail",
"fastmail",
"zoho",
"outlook",
"smtp",
"imap",
"markdown"
],
"homepage": "https://email-os.com",
"bugs": {
"url": "https://github.com/corp-os/emailos/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/corp-os/emailos.git"
},
"license": "Proprietary",
"author": "EmailOS Team",
"main": "index.js",
"bin": {
"mailos": "./bin/mailos"
},
"scripts": {
"postinstall": "node scripts/install.js",
"preuninstall": "node scripts/uninstall.js",
"prepublishOnly": "rm -rf bin"
},
"engines": {
"node": ">=14.0.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"dependencies": {
"node-fetch": "^2.6.7",
"tar": "^6.1.11",
"rimraf": "^3.0.2"
}
}