forked from thomasloven/lovelace-auto-entities
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 782 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
{
"name": "auto-entities",
"private": true,
"version": "1.12.1",
"type": "module",
"description": "",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c --watch",
"update-card-tools": "npm uninstall card-tools && npm install thomasloven/lovelace-card-tools"
},
"author": "Thomas Lovén",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.20.7",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.2.1",
"rollup": "^3.8.1",
"rollup-plugin-typescript2": "^0.34.1",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
},
"dependencies": {
"card-tools": "github:thomasloven/lovelace-card-tools",
"lit": "^2.5.0"
}
}