forked from rklueber/MMM-SoccerLiveScore
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 987 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
35
36
37
38
39
40
{
"name": "MMM-SoccerLiveScore",
"version": "4.0.0",
"description": "MagicMirror-Module for displaying live soccer scores.",
"main": "MMM-SoccerLiveScore.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/0m4r/MMM-SoccerLiveScore.git"
},
"author": {
"name": "0m4r",
"email": "[email protected]",
"url": "https://github.com/0m4r"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/0m4r/MMM-SoccerLiveScore/issues"
},
"homepage": "https://github.com/0m4r/MMM-SoccerLiveScore#readme",
"keywords": [
"magic mirror",
"magic mirror 2",
"live score",
"soccer",
"sport"
],
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2"
},
"dependencies": {
"bottleneck": "^2.19.5"
}
}