tpl-controller
Version:
Controller to set values of TP-Link device
24 lines (23 loc) • 486 B
JSON
{
"name": "tpl-controller",
"version": "1.2.0",
"description": "Controller to set values of TP-Link device",
"type": "module",
"main": "./src/tpl-controller.mjs",
"scripts": {
"example": "node ./src/example.mjs"
},
"author": "Thorsten A. Weintz",
"repository": {
"type": "git",
"url": "git@github.com:aoephtua/tpl-controller.git"
},
"keywords": [
"TP-Link",
"TL-WA850RE"
],
"license": "MIT",
"dependencies": {
"axios": "^1.3.6"
}
}