-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.33 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
43
44
45
{
"name": "mmm-nina",
"version": "1.8.1",
"description": "Simple Client Implementierung für die NINA Warn App für die MagicMirror² Plattform.",
"main": "MMM-NINA.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jalibu/MMM-NINA.git"
},
"keywords": [
"MagicMirror",
"NINA",
"warning",
"notification",
"crisis"
],
"author": "Jan.Litzenburger@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/jalibu/MMM-NINA/issues"
},
"homepage": "https://github.com/jalibu/MMM-NINA#readme",
"scripts": {
"build": "rollup -c --bundleConfigAsCjs",
"dev": "rollup -c --sourcemap=inline --bundleConfigAsCjs",
"dev:watch": "npm run dev -- --watch",
"lint": "eslint . && prettier --check .",
"lint:fix": "eslint . --fix && prettier . --write"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@stylistic/eslint-plugin": "^1.5.4",
"@types/magicmirror-module": "^2.16.5",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"eslint": "^8.56.0",
"prettier": "^3.2.5",
"rollup": "^4.9.6",
"rollup-plugin-banner2": "^1.2.2",
"typescript": "^5.3.3"
}
}