-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.01 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
45
46
47
{
"name": "ring-view",
"version": "0.12.0",
"description": "A polished Home Assistant view for Ring recordings, Live, snapshots, talkback, and door access.",
"type": "module",
"main": "dist/ring-view.js",
"files": [
"dist/ring-view.js",
"hacs.json",
"README.md",
"blueprints",
"LICENSE"
],
"scripts": {
"build": "vite build",
"check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest",
"test:browser": "playwright test",
"dev": "vite --host 127.0.0.1",
"preview": "vite preview --host 127.0.0.1"
},
"keywords": [
"home-assistant",
"lovelace",
"ring",
"camera",
"hacs"
],
"author": "Ring View contributors",
"license": "MIT",
"dependencies": {
"@mdi/js": "^7.4.47",
"lit": "^3.3.1"
},
"devDependencies": {
"@playwright/test": "^1.55.0",
"@types/node": "^24.3.0",
"jsdom": "^26.1.0",
"typescript": "^5.9.2",
"vite": "^7.1.4",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=20"
}
}