{
  "name": "@mrvanosh/mcp23x17",
  "version": "2.0.2",
  "description": "MCP23x17 library that works in newest Node.js versions",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrVanosh/mcp23s17.git"
  },
  "keywords": [
    "mcp23s17",
    "mcp23017",
    "raspberry",
    "spi",
    "i2c",
    "gpio",
    "expander",
    "io"
  ],
  "author": "Mateusz Iwaniszczuk",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/MrVanosh/mcp23s17/issues"
  },
  "homepage": "https://github.com/MrVanosh/mcp23s17#readme",
  "dependencies": {
    "debug": "^4.1.1",
    "i2c-bus": "^5.2.1",
    "spi-device": "^3.0.0"
  }
}
