-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "MMM-Elvira",
"version": "1.0.1",
"description": "MagicMirror² module that displays Hungarian public train information from Elvira (MAV-Start).",
"main": "MMM-Elvira.js",
"author": "György Balássy",
"license": "MIT",
"scripts": {
"lint": "npm run jsonlint & npm run eslint & npm run markdownlint & npm run stylelint",
"eslint": "eslint *.js",
"jsonlint": "jsonlint --quiet --comments **/*.json !**/node_modules",
"markdownlint": "markdownlint *.md",
"stylelint": "stylelint *.css"
},
"repository": {
"type": "git",
"url": "git://github.com/balassy/MMM-Elvira"
},
"keywords": [
"MagicMirror",
"module",
"Elvira",
"MÁV",
"MÁV-Start",
"transport",
"public transport",
"train",
"Budapest"
],
"devDependencies": {
"@prantlf/jsonlint": "^14.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"markdownlint-cli": "^0.39.0",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0"
}
}