Skip to content

Commit 66e91f4

Browse files
📦️ extend package information
1 parent 621ff94 commit 66e91f4

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ trim_trailing_whitespace = false
1313

1414
[*.{yml,yaml}]
1515
indent_size = 2
16+
17+
[{package.json,package-lock.json}]
18+
indent_size = 2

package.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
2+
"name": "ha-today-card",
23
"version": "0.0.1",
4+
"description": "Show today's calendar schedule on your Home Assistant Lovelace Dashboard",
5+
"keywords": [
6+
"card",
7+
"hacs",
8+
"home-assistant",
9+
"homeassistant",
10+
"lovelace"
11+
],
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/JonasDoebertin/ha-today-card"
15+
},
16+
"license": "MIT",
317
"source": "src/index.ts",
418
"module": "dist/ha-today-card.js",
519
"targets": {
@@ -11,16 +25,16 @@
1125
"watch": "parcel watch",
1226
"build": "parcel build"
1327
},
14-
"devDependencies": {
15-
"@parcel/transformer-inline-string": "^2.13.3",
16-
"parcel": "^2.13.3"
17-
},
1828
"dependencies": {
1929
"@mdi/js": "^7.4.47",
2030
"custom-card-helpers": "^1.9.0",
2131
"dayjs": "^1.11.13",
2232
"home-assistant-js-websocket": "^9.4.0",
2333
"lit": "^3.2.1",
2434
"superstruct": "^2.0.2"
35+
},
36+
"devDependencies": {
37+
"@parcel/transformer-inline-string": "^2.13.3",
38+
"parcel": "^2.13.3"
2539
}
2640
}

0 commit comments

Comments
 (0)