forked from custom-cards/custom-card-helpers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "custom-card-helpers",
"version": "1.9.0",
"description": "Set of helpful functions and types for Custom Card creators",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.m.js",
"source": "src/index.ts",
"scripts": {
"dev": "microbundle watch",
"build": "microbundle",
"docs": "typedoc --githubPages --out docs src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/custom-cards/custom-card-helpers.git"
},
"keywords": [
"home",
"assistant",
"custom",
"cards"
],
"author": "Ian Richardson",
"license": "MIT",
"bugs": {
"url": "https://github.com/custom-cards/custom-card-helpers/issues"
},
"homepage": "https://github.com/custom-cards/custom-card-helpers#readme",
"dependencies": {
"@formatjs/intl-utils": "^3.8.4",
"home-assistant-js-websocket": "^6.0.1",
"intl-messageformat": "^9.11.1",
"lit": "^2.1.1",
"rollup": "^2.63.0",
"superstruct": "^0.15.3",
"typescript": "^4.5.4"
},
"devDependencies": {
"microbundle": "^0.14.2",
"typedoc": "^0.22.10"
}
}