{
  "dependencies": {
    "libgpiod": "^1.5.7",
    "typedoc": "^0.24.8"
  },
  "name": "gpiod-client",
  "version": "1.7.2",
  "main": "dist/src/index.js",
  "devDependencies": {
    "@types/node": "^20.3.1",
    "@typescript-eslint/eslint-plugin": "^5.59.11",
    "@typescript-eslint/parser": "^5.59.11",
    "eslint": "^8.42.0",
    "typescript": "^5.1.3"
  },
  "scripts": {
    "lint": "eslint .",
    "docs": "typedoc src/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kodmax/gpiod-client"
  },
  "keywords": [
    "gpio"
  ],
  "author": "Marcin Malinowski",
  "bugs": {
    "url": "https://github.com/kodmax/gpiod-client/issues"
  },
  "homepage": "https://github.com/kodmax/gpiod-client#readme",
  "license": "SEE LICENSE IN <LICENSE.md>"
}
