-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 954 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
28
29
30
31
32
33
34
35
36
37
38
{
"name": "erhv-card",
"version": "1.0.14",
"description": "A homeassistant heat exchange card - for, for example, the ComfoAir, WHR, Swegon Casa ",
"main": "dist/erhv-card.js",
"source": "src/main.ts",
"type": "module",
"scripts": {
"test": "jest",
"build": "rollup -c",
"test:watch": "jest --watchAll",
"version": "npm run build && git add .",
"npm-upgrade": "npx npm-upgrade"
},
"keywords": [
"homeassistant",
"whr930",
"whr950",
"zehnder",
"stork",
"heat-exchange"
],
"author": "Bolke de Bruin",
"license": "MIT",
"devDependencies": {
"jest": "^26.6.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.2.1",
"rollup": "^3.8.1",
"rollup-plugin-typescript2": "^0.34.1"
},
"dependencies": {
"custom-card-helpers": "^1.9.0",
"home-assistant-js-websocket": "^8.0.1",
"lit": "^3.1.0"
}
}