forked from serialport/node-serialport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 977 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
41
42
43
44
45
46
47
48
49
{
"name": "faster-serialport",
"version": "1.8.4",
"main": "lib",
"types": "./lib/index.d.ts",
"keywords": [
"serialport",
"serial"
],
"dependencies": {
"@serialport/binding-abstract": "^9.0.2",
"@serialport/parser-readline": "^9.0.1",
"debug": "^4.1.1",
"nan": "2.17.0",
"node-bindings": "https://github.com/ntbosscher/node-bindings"
},
"devDependencies": {
"@serialport/binding-mock": "^9.0.2",
"node-abi": "3.8.0",
"node-cmake": "^2.5.1",
"prebuildify": "5.0.1"
},
"engines": {
"node": ">=8.6.0"
},
"scripts": {
"lint": "cc --verbose"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/ntbosscher/faster-serialport"
},
"gypfile": true,
"cc": {
"filter": [
"legal/copyright",
"build/include"
],
"files": [
"src/*.cpp",
"src/*.h"
],
"linelength": "120"
}
}