forked from thomasloven/lovelace-slider-entity-row
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 932 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
{
"name": "slider-entity-row",
"private": true,
"version": "17.2.1",
"description": "slider-entity-row =================",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c --watch",
"update-card-tools": "npm uninstall card-tools && npm install thomasloven/lovelace-card-tools"
},
"repository": {
"type": "git",
"url": "github.com:thomasloven/lovelace-slider-entity-row"
},
"keywords": [],
"author": "Thomas Lovén",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"rollup": "^2.58.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.30.0",
"typescript": "^4.4.4"
},
"dependencies": {
"card-tools": "github:thomasloven/lovelace-card-tools",
"lit-element": "^3.0.1",
"tslib": "^2.3.1"
}
}