-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "cli-agenda",
"version": "1.0.0",
"description": "A CLI-based calendar application.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./dist/index.js"
},
"types": "src/types",
"keywords": [],
"author": "Connor Deckers <@connordeckers>",
"license": "ISC",
"dependencies": {
"@microsoft/microsoft-graph-client": "^2.0.0",
"@types/node-cron": "^2.0.3",
"blessed": "^0.1.81",
"chalk": "^4.1.0",
"dayjs": "^1.9.1",
"deepmerge": "^4.2.2",
"express": "^4.17.1",
"google-auth-library": "^6.1.0",
"googleapis": "^60.0.1",
"keytar": "^6.0.1",
"node-cron": "^2.0.3",
"open": "^7.3.0",
"simple-oauth2": "^4.1.0",
"superagent": "^6.1.0",
"typescript": "^4.0.3",
"uuid": "^8.3.0"
},
"devDependencies": {
"@microsoft/microsoft-graph-types": "^1.22.0",
"@types/blessed": "^0.1.17",
"@types/express": "^4.17.8",
"@types/node": "^14.11.2",
"@types/superagent": "^4.1.10",
"@types/uuid": "^8.3.0",
"nodemon": "^2.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/connordeckers/cli-agenda"
}
}