generated from custom-cards/boilerplate-card
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.32 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
50
51
52
53
54
{
"name": "kanji-clock-card",
"version": "1.1.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",
"targets": {
"module": {
"optimize": true,
"includeNodeModules": true
}
},
"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": "^2.7.4"
},
"devDependencies": {
"@eslint/js": "^9.7.0",
"@parcel/transformer-typescript-tsc": "^2.12.0",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"parcel": "^2.8.3",
"prettier": "^3.3.2",
"typescript": "^5.0.0",
"typescript-eslint": "^7.16.0"
},
"scripts": {
"dev": "yarn start serve -p 5000",
"watch": "parcel watch",
"build": "parcel build",
"lint": "eslint src/*.ts"
}
}