-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.27 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.27 KB
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": "mmm-calendarext3",
"version": "2.0.3",
"description": "MagicMirror module for calendar view",
"keywords": [
"MM",
"MagicMirror",
"calendar",
"CALEXT3"
],
"homepage": "https://github.com/MMRIZE/MMM-CalendarExt3#readme",
"bugs": {
"url": "https://github.com/MMRIZE/MMM-CalendarExt3/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MMRIZE/MMM-CalendarExt3.git"
},
"license": "MIT",
"author": "eouia0819@gmail.com",
"type": "commonjs",
"main": "MMM-CalendarExt3.js",
"scripts": {
"demo": "cd ../../ && MM_CONFIG_FILE=modules/MMM-CalendarExt3/demo.config.js node --run start:wayland:dev",
"lint": "eslint",
"lint:fix": "eslint --fix",
"postinstall": "git submodule update --init --recursive",
"postupdate": "git submodule update --init --recursive",
"release": "commit-and-tag-version --config ./changelog.config.js",
"test": "node --run lint && node --run test:unit",
"test:unit": "node --test tests/unit/**/*.test.cjs"
},
"devDependencies": {
"@eslint/css": "^1.2.0",
"@eslint/js": "^10.0.1",
"@eslint/markdown": "^8.0.1",
"@stylistic/eslint-plugin": "^5.10.0",
"commit-and-tag-version": "^12.7.1",
"eslint": "^10.3.0",
"globals": "^17.6.0"
}
}