-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 885 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
35
36
37
38
39
40
{
"name": "luxa-driver",
"version": "3.0.1",
"description": "Luxafor Driver",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "ts-node-dev src/index.ts",
"prepublish": "tsc"
},
"author": "Joris Klein Tijssink",
"repository": "github:joriskt/luxa-driver",
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.4",
"@types/node-hid": "^1.3.1",
"prettier": "^2.4.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.2",
"winston": "^3.3.3"
},
"dependencies": {
"node-hid": "^2.1.1"
},
"files": [
"dist/*"
],
"keywords": [
"luxafor",
"luxa",
"luxa-driver",
"driver",
"led",
"light",
"node-hid",
"hid",
"usb"
]
}