@harmonyhub/discover
Version:
Discover available Logitech Harmony Hubs in the current network.
45 lines (44 loc) • 1.14 kB
JSON
{
"name": "@harmonyhub/discover",
"version": "1.0.9",
"author": "AirBorne04, original authored by Manuel Alabor",
"description": "Discover available Logitech Harmony Hubs in the current network.",
"homepage": "https://github.com/AirBorne04/harmonyhub/tree/master/packages/discover",
"keywords": [
"logitech",
"harmony",
"hub",
"remote",
"api",
"discover",
"search"
],
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/AirBorne04/harmonyhub/tree/master/packages/discover"
},
"bugs": {
"url": "https://github.com/AirBorne04/harmonyhub/issues"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"engines": {
"npm": ">=4.0.0"
},
"scripts": {
"build:watch": "tsc --watch",
"version:patch": "npm version patch",
"version:minor": "npm version minor",
"version:major": "nom version major",
"publish:public": "npm publish --access=public"
},
"dependencies": {
"autobind-decorator": "^2.4.0",
"debug": "^4.1.1"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^10.17.28"
}
}