-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 997 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
{
"name": "lovelace-starline-card",
"version": "1.2.1",
"description": "Custom Lovelace Card for StarLine integration",
"type": "module",
"scripts": {
"prebuild": "rollup -c",
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anonym-tsk/lovelace-starline-card.git"
},
"author": "@anonym.tsk",
"license": "ISC",
"bugs": {
"url": "https://github.com/Anonym-tsk/lovelace-starline-card/issues"
},
"homepage": "https://github.com/Anonym-tsk/lovelace-starline-card/blob/master/README.md",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"css-b64-images": "^0.2.5",
"fs-extra": "^11.2.0",
"imagemin": "^9.0.0",
"imagemin-pngquant": "^10.0.0",
"node-sass": "^9.0.0",
"replace-in-file": "^8.2.0",
"rollup": "^4.27.3",
"rollup-plugin-typescript2": "^0.36.0",
"temp-dir": "^3.0.0",
"typescript": "^5.6.3"
}
}