-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (33 loc) · 863 Bytes
/
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
{
"name": "mcp-google-calendar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arashiyama/mcp-google-calendar.git"
},
"keywords": [],
"author": "Jonathan Care <jonc@lacunae.org>",
"license": "ISC",
"bugs": {
"url": "https://github.com/arashiyama/mcp-google-calendar/issues"
},
"homepage": "https://github.com/arashiyama/mcp-google-calendar#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"dotenv": "^16.4.7",
"google-auth-library": "^9.15.1",
"googleapis": "^146.0.0"
},
"devDependencies": {
"@types/node": "^22.13.10",
"typescript": "^5.8.2"
}
}