forked from thomasloven/lovelace-card-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 750 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 750 Bytes
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
{
"name": "card-mod",
"private": true,
"version": "3.2.0",
"description": "",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c --watch",
"update-card-tools": "npm uninstall card-tools && npm install thomasloven/lovelace-card-tools"
},
"keywords": [],
"author": "Thomas Lovén",
"license": "MIT",
"devDependencies": {
"rollup-plugin-terser": "^7.0.2"
},
"dependencies": {
"@babel/core": "^7.20.2",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"card-tools": "github:thomasloven/lovelace-card-tools",
"lit": "^2.4.1",
"rollup": "^3.4.0",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.9.3"
}
}