{
  "name": "@lumiastream/tplink-tapo-cove",
  "version": "4.2.0",
  "description": "Unified TP-Link API supporting both Kasa and Tapo devices",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "tsc",
    "test": "jest",
    "test:manual": "ts-node test/manual-test.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lumiastream/lumia-rgb.git"
  },
  "author": "Lumiastream",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lumiastream/lumia-rgb/issues"
  },
  "homepage": "https://github.com/lumiastream/lumia-rgb#readme",
  "keywords": [
    "tplink",
    "tapo",
    "kasa",
    "iot",
    "smart-home",
    "unified-api"
  ],
  "dependencies": {
    "@lumiastream/lumia-rgb-types": "file:../../../lumia-rgb-types",
    "@lumiastream/network-cove": "file:../../../network-cove",
    "axios": "^1.7.2",
    "local-devices": "^3.1.0"
  },
  "devDependencies": {
    "@types/jest": "^27.5.2",
    "@types/node": "^16.11.10",
    "copyfiles": "^2.4.1",
    "jest": "^27.0.6",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.0.4",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.2"
  },
  "gitHead": "175124f585167edcb7fe18bc185db9ab4dc645f0"
}
