-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 994 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
{
"name": "ftdi-d2xx",
"version": "1.3.1",
"description": "Pre-compiled FTDI D2XX drivers for Node.js (Node-API/CMake)",
"keywords": [
"ftdi",
"d2xx",
"usb",
"serial",
"driver",
"electron"
],
"license": "LGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/motla/ftdi-d2xx.git"
},
"bugs": {
"url": "https://github.com/motla/ftdi-d2xx/issues"
},
"homepage": "https://github.com/motla/ftdi-d2xx",
"author": {
"name": "Romain Lamothe",
"url": "http://www.motla.fr/"
},
"main": "main.js",
"types": "main.d.ts",
"scripts": {
"cmake:clean": "cmake-js clean",
"cmake:rebuild-debug": "cmake-js rebuild --debug",
"cmake:rebuild-release": "cmake-js rebuild",
"node:test": "node test.js",
"typedoc": "typedoc"
},
"devDependencies": {
"cmake-js": "^7.2.1",
"typedoc": "^0.24.7",
"typedoc-github-wiki-theme": "^1.1.0",
"typedoc-plugin-markdown": "^3.15.3"
}
}