{
  "version": "1.1.7",
  "name": "node-red-contrib-pylips-philips-tv-control",
  "author": "Julian Wiche <julian@wiche.eu>",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dajuly20/node-red-contrib-pylips-philips-tv-control.git"
  },
  "node-red": {
    "version": ">=2.0.0",
    "nodes": {
      "example-node": "pylips.js"
    }
  },
  "engines": {
    "node": ">=12.0.0"
  },
  "description": "This is only a subflow which then calls the python script in pylips. So the rest of the readme is directly copied from there.",
  "bugs": {
    "url": "https://github.com/dajuly20/node-red-contrib-pylips-philips-tv-control/issues"
  },
  "homepage": "https://github.com/dajuly20/node-red-contrib-pylips-philips-tv-control#readme",
  "main": "pylips.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "install": "napa git+https://github.com/dajuly20/pylips.git:pylips",
    "postinstall": "pip3 install -r pylips/requirements.txt || echo \"Error! Seems like you are missing python3-pip. Please instsall! \""
  },
  "keywords": [
    "Philips",
    "tv",
    "pylips",
    "remote",
    "node-red"
  ],
  "license": "ISC",
  "devDependencies": {
    "napa": "^3.0.0"
  },
  "napa-config": {
    "cache": false
},
  "dependencies": {
    "napa": "^3.0.0"
  }
}
