-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.55 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "godri",
"version": "1.0.2",
"description": "A command line application that lets you search for files in your Google Drive without going to the browser",
"bin": {
"godri": "bin/godri.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytrangle/gdrive-search.git"
},
"keywords": [
"CLI",
"CLI app",
"command line application",
"application",
"cli",
"app",
"node.js",
"google",
"google drive",
"oauth2",
"api"
],
"author": "Trang Le <[email protected]> (http://bytrangle.surge.sh)",
"license": "ISC",
"bugs": {
"url": "https://github.com/bytrangle/gdrive-search/issues"
},
"homepage": "https://github.com/bytrangle/gdrive-search#readme",
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.13.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.0.0",
"prettier": "^2.1.2"
},
"dependencies": {
"arg": "^4.1.3",
"chalk": "^4.1.0",
"cli-table3": "^0.6.0",
"commander": "^6.1.0",
"configstore": "^5.0.1",
"dotenv": "^8.2.0",
"esm": "^3.2.25",
"googleapis": "^61.0.0",
"inquirer": "^7.3.3",
"keytar": "^7.0.0",
"node-vault": "^0.9.20",
"opn": "^6.0.0",
"ora": "^5.1.0"
}
}