homebridge-tplink-accesspoint
Version:
Exposes TP-Link WIFI Access Point to Homebridge
57 lines (56 loc) • 1.42 kB
JSON
{
"name": "homebridge-tplink-accesspoint",
"version": "0.5.7",
"description": "Exposes TP-Link WIFI Access Point to Homebridge",
"main": "dist/tplink-platform.js",
"scripts": {
"clean": "rimraf ./dist",
"build": "rimraf ./dist && tsc",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"watch": "npm run build && npm link && nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tobias Kamber <tobias@software-atelier.ch>",
"engines": {
"homebridge": ">=1.0.0"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"tp-link",
"homeautomation",
"smarthome"
],
"license": "ISC",
"files": [
"LICENSE",
"dist",
"config.schema.json",
"homebridge-ui"
],
"funding": {
"type": "paypal",
"url:": "https://www.paypal.com/paypalme/softwareatelierk"
},
"repository": {
"type": "git",
"url": "https://github.com/software-atelier/homebridge-tplink-accesspoint.git"
},
"bugs": {
"url": "https://github.com/software-atelier/homebridge-tplink-accesspoint/issues"
},
"devDependencies": {
"@types/node": "10.17.19",
"homebridge": "^1.2.0",
"nodemon": "^2.0.13",
"rimraf": "^3.0.2",
"typescript": "^3.9.10"
},
"dependencies": {
"@homebridge/plugin-ui-utils": "^0.0.19",
"axios": "^0.26.1",
"node-md5": "^0.0.1",
"ts-md5": "^1.2.11"
}
}