-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 927 Bytes
/
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
{
"name": "@marcokreeft/ha-editor-formbuilder",
"version": "2024.9.1",
"description": "A form builder helper for Home Assistant custom card editor forms",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcokreeft87/ha-editor-formbuilder.git"
},
"keywords": [
"Home",
"Assistant",
"Editor",
"Helper",
"Form",
"Builder"
],
"author": "Marco Kreeft, Stefan Miedl",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcokreeft87/ha-editor-formbuilder/issues"
},
"homepage": "https://github.com/marcokreeft87/ha-editor-formbuilder#readme",
"dependencies": {
"custom-card-helpers": "^1.9.0",
"lit": "^3.1.2",
"tsc": "^2.0.4",
"typescript": "^5.4.5",
"yarn": "^1.22.19"
}
}