trash-cleaner
Version:
Finds and deletes trash email in the mailbox
40 lines (39 loc) • 795 B
JSON
{
"name": "trash-cleaner",
"version": "1.0.11",
"description": "Finds and deletes trash email in the mailbox",
"keywords": [
"gmail",
"spam",
"spam-filtering"
],
"main": "index.js",
"preferGlobal": true,
"dependencies": {
"@azure/msal-node": "^1.3.0",
"axios": "^0.21.1",
"commander": "^8.0.0",
"diacriticless": "^1.0.1",
"googleapis": "^77.0.0",
"open": "^8.2.1",
"ora": "^5.4.1"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.0.1",
"nyc": "^15.1.0",
"sinon": "^11.1.1",
"tmp": "^0.2.1"
},
"engines": {
"node": ">=16.4.0"
},
"bin": {
"trash-cleaner": "./bin/trash-cleaner"
},
"scripts": {
"test": "nyc mocha --recursive"
},
"author": "Muhammad Hasan Khan",
"license": "MIT"
}