-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
58 lines (58 loc) · 1.38 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
51
52
53
54
55
56
57
58
{
"name": "universal-remote-card",
"version": "4.2.1",
"description": "Universal Remote Card",
"main": "./dist/universal-remote-card.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack",
"prelint": "tsc --noemit",
"lint": "eslint --fix --config ./.eslintrc.config.cjs",
"build-css": "tcm src"
},
"lint-staged": {
"*": "prettier -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nerwyn/android-tv-card.git"
},
"keywords": [
"androidtv",
"android",
"googletv",
"google",
"tvcard",
"remote",
"tv",
"television"
],
"author": "Nerwyn",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Nerwyn/android-tv-card/issues"
},
"homepage": "https://github.com/Nerwyn/android-tv-card#readme",
"dependencies": {
"ha-nunjucks": "^1.3.0",
"js-yaml": "latest",
"lit": "latest"
},
"devDependencies": {
"@types/js-yaml": "latest",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"eslint-config-prettier": "latest",
"eslint-plugin-prettier": "latest",
"lint-staged": "latest",
"lit-css-loader": "latest",
"minify-html-literals-loader": "latest",
"prettier": "latest",
"prettier-plugin-organize-imports": "latest",
"ts-loader": "latest",
"typescript": "latest",
"webpack": "latest",
"webpack-cli": "latest"
}
}