-
-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
50 lines (50 loc) · 1.74 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "lg-remote-card",
"version": "v0.0.0-master",
"description": "LG Remote card",
"keywords": [
"home-assistant",
"homeassistant",
"hass",
"automation",
"lovelace",
"custom-cards"
],
"module": "lg-remote-card.js",
"repository": "[email protected]:madmicio/LG-WebOS-Remote-Control.git",
"author": "Maurizio <[email protected]>",
"license": "MIT",
"dependencies": {
"custom-card-helpers": "^1.9.0",
"home-assistant-js-websocket": "^9.1.0",
"lit": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/plugin-transform-runtime": "^7.23.6",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"cross-var": "^1.1.0",
"prettier": "^3.1.1",
"replace-in-file": "^7.0.2",
"rollup": "^4.9.1",
"rollup-plugin-serve": "^2.0.3",
"ts-lit-plugin": "^2.0.1",
"typescript": "^5.3.3"
},
"scripts": {
"start": "rollup -c rollup.config.mjs --watch",
"build": "npm run rollup && npm run add-version",
"add-version": "cross-var replace-in-file \"@LG_REMOTE_CONTROL_CARD_VERSION_PLACEHOLDER@\" \"$npm_package_version\" \"dist/lg-remote-control.js\"",
"rollup": "rollup -c"
}
}