{
  "name": "onoff-rts",
  "version": "1.0.1",
  "description": "GPIO access and interrupt detection with Node.js",
  "main": "onoff.js",
  "types": "onoff.d.ts",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "scripts": {
    "lint": "jshint onoff.js examples/*.js integration-test/*.js test/*.js test/*/*.js",
    "test": "nyc mocha",
    "codecov": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "coverage-report": "nyc report --reporter=html",
    "integration-test": "cd integration-test && ./run-tests && cd .."
  },
  "mocha": {
    "extension": [
      "js",
      "ts"
    ],
    "require": "ts-node/register"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fivdi/onoff.git"
  },
  "homepage": "https://github.com/fivdi/onoff",
  "bugs": {
    "url": "https://github.com/fivdi/onoff/issues"
  },
  "engines": {
    "node": ">=10.0.0"
  },
  "dependencies": {
    "@julusian/epoll": "^5.0.0-1",
    "lodash.debounce": "^4.0.8"
  },
  "devDependencies": {
    "@types/mocha": "^10.0.8",
    "@types/mock-require": "^2.0.3",
    "codecov": "^3.8.3",
    "jshint": "^2.13.6",
    "mocha": "^10.7.3",
    "mock-fs": "^5.2.0",
    "mock-require": "^3.0.3",
    "nyc": "^17.0.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.6.2"
  },
  "keywords": [
    "gpio",
    "iot",
    "interrupt",
    "raspberry",
    "raspi",
    "rpi",
    "pi",
    "beaglebone",
    "beaglebone-black",
    "linux"
  ],
  "author": "fivdi",
  "license": "MIT"
}
