-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 914 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 914 Bytes
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
{
"name": "mmm-caldav",
"version": "2.1.1",
"description": "CalDAV translator for MagicMirror",
"main": "MMM-CalDAV.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cp env.example .env",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MMRIZE/MMM-CalDAV.git"
},
"keywords": [
"MagicMirror",
"CalDAV"
],
"author": "eouia0819@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/MMRIZE/MMM-CalDAV/issues"
},
"homepage": "https://github.com/MMRIZE/MMM-CalDAV#readme",
"dependencies": {
"dotenv": "^16.4.5",
"tsdav": "^2.1.2",
"vcard-parser": "^1.0.0"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"eslint": "^9.16.0",
"globals": "^15.12.0",
"googleapis": "^144.0.0",
"open": "^10.1.0"
}
}