{
  "name": "i2c-ftdi-d2xx",
  "version": "0.7.1",
  "description": "i2c protocol implementation with ftdi-d2xx on standard boards that features no level translators on SDA and SCL",
  "main": "index.js",
  "scripts": {
    "test": "mocha --require esm --reporter dot --slow 5000"
  },
  "keywords": [
    "i2c",
    "ftdi"
  ],
  "author": "cvalgoi",
  "license": "Unlicense",
  "dependencies": {
    "ftdi-d2xx": "^1.3.1",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "esm": "^3.2.25",
    "mocha": "^10.4.0"
  }
}
