-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.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.1.1",
"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.13.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"heic-convert": "^2.1.0",
"immutable": "^5.0.0-beta.5",
"moment": "^2.30.1",
"re2-wasm": "^1.0.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@types/magicmirror-module": "^2.16.5",
"eslint": "^9.9.0",
"eslint-plugin-jsdoc": "^50.2.2",
"globals": "^15.9.0"
},
"engines": {
"node": ">=18"
}
}