-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
34 lines (34 loc) · 900 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
34
{
"name": "mmm-calendarext3",
"version": "1.9.2",
"description": "MagicMirror module for calendar view",
"main": "MMM-CalendarExt3.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "git submodule update --init --recursive",
"postupdate": "git submodule update --init --recursive",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MMRIZE/MMM-CalendarExt3.git"
},
"keywords": [
"MM",
"MagicMirror",
"calendar",
"CALEXT3"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/MMRIZE/MMM-CalendarExt3/issues"
},
"homepage": "https://github.com/MMRIZE/MMM-CalendarExt3#readme",
"devDependencies": {
"@eslint/js": "^9.15.0",
"eslint": "^9.15.0",
"globals": "^15.12.0"
}
}