-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 825 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 825 Bytes
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
{
"name": "whereabouts-card",
"version": "0.1.0",
"description": "Home Assistant Lovelace card to display person's zone",
"main": "whereabouts-card.js",
"scripts": {
"build": "vite build",
"build:watch": "vite build --watch",
"dev": "vite",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"author": "Springvar",
"repository": {
"type": "git",
"url": "https://github.com/Springvar/home-assistant-whereabouts-card"
},
"license": "MIT",
"devDependencies": {
"@vitest/coverage-v8": "^4.1.2",
"@vitest/ui": "^4.1.2",
"concurrently": "^9.2.1",
"esbuild": "^0.27.5",
"jsdom": "^29.0.1",
"lit": "^3.0.0",
"puppeteer": "^24.40.0",
"typescript": "^5.0.0",
"vite": "^8.0.3",
"vitest": "^4.1.2"
}
}