-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
49 lines (49 loc) · 1.07 KB
/
package.json
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
40
41
42
43
44
45
46
47
48
49
{
"name": "attachment-downloader",
"version": "1.1.1",
"description": "Gmail bulk attachment downloader",
"main": "index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"atob": "^2.1.2",
"googleapis": "^107.0.0",
"inquirer": "^6.2.1",
"limiter": "^1.1.5",
"lodash": "^4.17.21",
"mkdirp": "^1.0.4",
"moment": "^2.29.2",
"moment-timezone": "^0.5.35",
"ora": "^5.1.0",
"yargs": "^16.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/munir131/attachment-downloader.git"
},
"keywords": [
"Gmail",
"Bulk",
"Attachment",
"Download",
"Node",
"Google",
"API",
"oAuth",
"Decrypt"
],
"author": "Munir Khakhi",
"license": "MIT",
"bugs": {
"url": "https://github.com/munir131/attachment-downloader/issues"
},
"homepage": "https://github.com/munir131/attachment-downloader#readme",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}