-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 KB
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
{
"name": "ha-parqet-companion",
"version": "0.3.8",
"description": "Home Assistant integration for Parqet portfolio tracking",
"private": true,
"keywords": [
"home-assistant",
"hacs",
"parqet",
"portfolio",
"integration"
],
"license": "MIT",
"type": "module",
"scripts": {
"dev": "rollup -c --watch",
"build": "rollup -c --environment BUILD:production",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"lint": "eslint src --ext .ts",
"deploy": "./deploy.sh"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitest/coverage-v8": "^3.2.4",
"eslint": "^8.57.0",
"jsdom": "^25.0.1",
"rollup": "^4.9.6",
"rollup-plugin-serve": "^3.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.3.3",
"vitest": "^3.2.4"
},
"dependencies": {
"apexcharts": "^3.54.0",
"lit": "^3.3.1"
}
}