{
  "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"
  }
}
