-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 738 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 738 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
{
"name": "tvcontroller-javascript",
"version": "1.0.1",
"description": "Attribute-based TV remote navigation controller for web apps. Initialize once and control focus, enter, and back actions using HTML attributes.",
"main": "dist/index.js",
"exports": {
".": "./dist/index.js"
},
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "tsc",
"start": "tsc --watch"
},
"keywords": [
"tv",
"smart-tv",
"tv-remote",
"remote-control",
"keyboard-navigation",
"focus-management",
"html-attributes",
"javascript",
"frontend",
"web"
],
"author": "AnarLabs",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"typescript": "^5.9.3"
}
}