-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 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": "ha-editor-formbuilder-yaml",
"version": "2024.10.3-beta.2",
"description": "A reimplementation of ha-editor-formbuilder - supporting YAML configuration of HA Selector controls, conditional expresssions, and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"clean": "rimraf dist",
"build": "npx tsc -p ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snootched/ha-editor-formbuilder.git"
},
"keywords": [
"Home",
"Assistant",
"Editor",
"Helper",
"Form",
"Builder",
"YAML"
],
"author": "Jason Weyermars",
"contributors": [
{
"name": "Marco Kreeft",
"contribution": "Original project 'ha-editor-formbuilder'"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/snootched/ha-editor-formbuilder/issues"
},
"homepage": "https://github.com/snootched/ha-editor-formbuilder#readme",
"dependencies": {
"@material/web": "^2.2.0",
"custom-card-helpers": "^1.9.0",
"lit": "^3.1.2",
"typescript": "^5.5.4",
"yarn": "^1.22.19"
},
"devDependencies": {
"rmraf": "^1.0.3"
}
}