-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1008 Bytes
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1008 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "samsung-tv-cert",
"version": "1.0.0",
"description": "Issue Samsung TV author + distributor certificates from the command line. No Eclipse, no Certificate Manager GUI, no sudo.",
"type": "module",
"bin": {
"samsung-tv-cert": "index.mjs"
},
"main": "index.mjs",
"files": [
"index.mjs",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=18"
},
"scripts": {
"start": "node index.mjs"
},
"keywords": [
"samsung",
"tizen",
"tizen-tv",
"samsung-tv",
"smart-tv",
"certificate",
"sideload",
"wgt",
"code-signing",
"duid",
"tizen-studio",
"jellyfin-tizen"
],
"repository": {
"type": "git",
"url": "git+https://github.com/titlog/samsung-tv-cert.git"
},
"homepage": "https://github.com/titlog/samsung-tv-cert#readme",
"bugs": {
"url": "https://github.com/titlog/samsung-tv-cert/issues"
},
"author": "titlog",
"license": "MIT",
"dependencies": {
"node-forge": "^1.3.1"
}
}