generated from custom-cards/boilerplate-card
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "kanji-clock-card",
"version": "1.2.0",
"description": "Lovelace kanji-clock-card",
"keywords": [
"home-assistant",
"homeassistant",
"hass",
"lovelace",
"kanji",
"clock",
"custom-cards"
],
"module": "dist/kanji-clock-card.js",
"source": "src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/sopelj/lovelace-kanji-clock-card.git"
},
"bugs": {
"url": "https://github.com/sopelj/lovelace-kanji-clock-card/issues"
},
"homepage": "https://github.com/sopelj/lovelace-kanji-clock-card#readme",
"author": "Jesse Sopel <[email protected]>",
"license": "MIT",
"dependencies": {
"custom-card-helpers": "^1.9.0",
"lit": "^3.2.1"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"happy-dom": "^15.11.7",
"prettier": "^3.3.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.4.11",
"vitest": "^2.1.3"
},
"scripts": {
"build": "yarn lint && vite build",
"dev": "yarn start serve -p 5000",
"lint": "eslint src/*.ts",
"test": "vitest run"
}
}