-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 902 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 902 Bytes
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
{
"name": "mmm-quiz",
"version": "1.0.0",
"description": "Play a quiz on your MagicMirror². There are always four options where only one will be the correct one. When the correct one has been answered, a new question will appear.",
"main": "MMM-Quiz.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dennis-Rosenbaum/MMM-Quiz.git"
},
"keywords": [
"quiz",
"entertainment",
"interactive"
],
"author": "Dennis Rosenbaum",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dennis-Rosenbaum/MMM-Quiz/issues"
},
"homepage": "https://github.com/Dennis-Rosenbaum/MMM-Quiz#readme",
"devDependencies": {
"@eslint/js": "^9.10.0",
"@stylistic/eslint-plugin": "^2.7.2",
"eslint": "^9.10.0",
"globals": "^15.9.0"
}
}