forked from DBuit/custom-sonos-card
-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "custom-sonos-card",
"version": "",
"description": "",
"main": "src/main.js",
"module": "src/main.js",
"repository": "",
"author": "",
"license": "",
"dependencies": {
"@mdi/js": "^7.4.47",
"custom-card-helpers": "^1.9.0",
"lit": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@vitest/coverage-v8": "^2.1.8",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.6",
"vitest": "^2.1.3"
},
"scripts": {
"build": "npm run lint -- --fix && vite build && bash create-dist-maxi-media-player.sh",
"local-deploy": "npm run build && cp dist/custom-sonos-card.js ~/homeassistant/www/community/custom-sonos-card/custom-sonos-card.js",
"lint": "eslint src test",
"test": "vitest",
"test:ci": "vitest run"
}
}