-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 795 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}