{
  "name": "uhppoted",
  "version": "0.8.10",
  "description": "NodeJS module wrapper for the interface to UHPPOTE TCP/IP Wiegand Access Controllers",
  "author": "uhppoted",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uhppoted/uhppoted-nodejs.git"
  },
  "bugs": {
    "url": "https://github.com/uhppoted/uhppoted-nodejs/issues"
  },
  "homepage": "https://github.com/uhppoted/uhppoted-nodejs#readme",
  "keywords": [
    "uhppote",
    "wiegand",
    "access control"
  ],
  "main": "index.js",
  "scripts": {
    "build": "eslint ./src/**/*.js ./test/**/*.js ./integration-tests/**/*.js",
    "test": "mocha 'test/**/*_spec.js'"
  },
  "engines": {
    "node": ">=14.18.3"
  },
  "devDependencies": {
    "@eslint/js": "^9.19.0",
    "chai": "^4.3.4",
    "eslint": "^9.19.0",
    "globals": "^15.14.0",
    "jsdoc": "^4.0.2",
    "mocha": "^11.1.0",
    "prettier": "3.4.2"
  },
  "dependencies": {
    "os": "^0.1.1"
  }
}
