-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 841 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
{
"name": "MMM-DagelijksWoord",
"version": "0.0.3",
"description": "Magic mirror module which displays a dutch Bible verse of the day",
"main": "MMM-DagelijksWoord.js",
"scripts": {
"lint:prettier": "prettier . --write",
"lint:js": "eslint '*.js' --config .eslintrc.json",
"lint:css": "stylelint '*.css' --config .stylelintrc.json",
"lint:staged": "pretty-quick --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wctimmer/MMM-DagelijksWoord.git"
},
"author": "Wim Timmer",
"license": "MIT",
"bugs": {
"url": "https://github.com/wctimmer/MMM-DagelijksWoord/issues"
},
"homepage": "https://github.com/wctimmer/MMM-DagelijksWoord#readme",
"devDependencies": {
"eslint": "^=8.41.0",
"stylelint": "^=15.6.2",
"stylelint-config-standard": "^33.0.0"
}
}