{
  "name": "itach",
  "version": "2.0.1",
  "description": "Simple Node.js module to send commands to GlobalCache iTach devices. Should handle reconnection (if connection lost), resending (on busyIR), etc.. but not abstract away the iTach API.",
  "main": "src/itach.js",
  "scripts": {
    "lint": "prettier --write --check \"./{src,test}/**/*.js\"",
    "test": "ava"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tillbaks/node-itach"
  },
  "keywords": [
    "node",
    "itach",
    "globalcache",
    "ip2ir",
    "wf2ir",
    "infrared",
    "ir",
    "automation"
  ],
  "license": "MIT License",
  "bugs": {
    "url": "https://github.com/tillbaks/node-itach/issues"
  },
  "devDependencies": {
    "ava": "^3.14.0",
    "prettier": "^2.2.1",
    "sinon": "^9.2.2"
  }
}
