-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "mmm-onedrive",
"version": "1.2.0",
"description": "MagicMirror² module to display your photos from OneDrive.",
"license": "MIT",
"author": "hermanho",
"contributors": [
"https://github.com/hermanho/MMM-OneDrive/graphs/contributors"
],
"scripts": {
"install-prod": "npm install --no-audit --no-fund --no-update-notifier --only=prod --omit=dev",
"lint:js": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/hermanho/MMM-OneDrive"
},
"keywords": [
"MagicMirror",
"OneDrive"
],
"dependencies": {
"@azure/msal-node": "^2.16.2",
"@microsoft/microsoft-graph-client": "^3.0.7",
"heic-convert": "^2.1.0",
"immutable": "^5.0.3",
"moment": "^2.30.1",
"re2-wasm": "^1.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@types/magicmirror-module": "^2.16.5",
"eslint": "^9.16.0",
"eslint-plugin-jsdoc": "^50.6.0",
"globals": "^15.13.0"
},
"engines": {
"node": ">=18"
}
}