-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
45 lines (42 loc) · 1.51 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": "lovelace-valetudo-map-card",
"version": "2023.04.0",
"description": "Draws the map from a vacuum cleaner, that is rooted and flashed with [Valetudo](https://github.com/Hypfer/Valetudo), in a [Home Assistant](https://www.home-assistant.io/) Lovelace card.",
"main": "src/valetudo-map-card.js",
"scripts": {
"lint": "eslint -c .automated.eslintrc.json .",
"lint_fix": "eslint -c .automated.eslintrc.json . --fix",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hypfer/lovelace-valetudo-map-card.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"custom-card-helpers": "1.9.0"
},
"devDependencies": {
"eslint": "8.16.0",
"eslint-plugin-jsdoc": "39.3.0",
"eslint-plugin-regexp": "1.7.0",
"eslint-plugin-sort-keys-fix": "1.1.2",
"eslint-plugin-sort-requires": "git+https://npm@github.com/Hypfer/eslint-plugin-sort-requires.git#2.1.1",
"@typescript-eslint/eslint-plugin": "5.25.0",
"@typescript-eslint/experimental-utils": "5.25.0",
"@typescript-eslint/parser": "5.25.0",
"@types/pako": "2.0.3",
"rollup": "2.58.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.33.0",
"typescript": "4.9.5",
"@rollup/plugin-json": "4.1.0",
"babel-plugin-inline-json-import": "0.3.2",
"home-assistant-js-websocket": "6.1.1",
"pako": "2.0.4"
}
}