forked from cncjs/cncjs-pendant-keyboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "cncjs-pendant-keyboard",
"version": "0.2.0",
"description": "A simple keyboard pendant for cncjs.",
"main": "./bin/cncjs-pendant-keyboard",
"engines": {
"node": ">=18"
},
"bin": {
"cncjs-pendant-keyboard": "./bin/cncjs-pendant-keyboard"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jochenderwae/cncjs-pendant-keyboard.git"
},
"keywords": [
"cncjs",
"pendant",
"keyboard"
],
"contributors": ["Nelio Santos <nelio@e01aio.com.br>", "Jochen Derwae (https://github.com/jochenderwae)"],
"license": "MIT",
"homepage": "https://github.com/nsfilho/cncjs-pendant-keyboard#readme",
"dependencies": {
"commander": "^5.0.0-4",
"inquirer": "^7.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"node-hid": "^2.1.2",
"serialport": "^8.0.7",
"socket.io-client": "^2.3.0",
"vorpal": "^1.12.0",
"wtfnode": "^0.9.1"
}
}