-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "googler-js",
"version": "1.0.1",
"description": "create, delete, edit, display events in your google calendar on terminal.",
"main": "./cli.js",
"scripts": {
"test": "standard && node *.js"
},
"bin": {
"googler-js": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akingo55/googler-js.git"
},
"keywords": [
"google",
"calendar"
],
"author": "akingo55",
"license": "ISC",
"bugs": {
"url": "https://github.com/akingo55/googler-js/issues"
},
"homepage": "https://github.com/akingo55/googler-js#readme",
"dependencies": {
"eslint": "^8.21.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"standard": "^17.0.0",
"@google-cloud/local-auth": "^2.1.0",
"cli-table3": "^0.6.2",
"commander": "^9.4.0",
"dayjs": "^1.11.5",
"enquirer": "^2.3.6",
"googleapis": "^105.0.0",
"open": "^8.4.0"
}
}