{
  "name": "wyze-api",
  "version": "1.1.15",
  "description": "An unofficial API wrapper for Wyze products.",
  "homepage": "https://github.com/jfarmer08/wyze-api",
  "main": "./src/index.js",
  "scripts": {
    "test": "node --test --test-reporter=spec tests/*.test.js"
  },
  "keywords": [
    "wyze",
    "wyze-api",
    "api",
    "node",
    "sensors",
    "wyzecam",
    "wyze-node",
    "wyze bulbs",
    "wyze sense"
  ],
  "author": "Allen Farmer",
  "license": "MIT",
  "dependencies": {
    "@ptkdev/logger": "1.8.0",
    "aws-sdk": "2.1678.0",
    "axios": "1.7.4",
    "base64-js": "1.5.1",
    "colorsys": "^1.0.22",
    "crypto-js": "4.2.0",
    "ffmpeg-static": "^5.3.0",
    "querystring": "0.2.1",
    "urllib": "3.18.0",
    "utf8": "3.0.0",
    "uuid-by-string": "4.0.0",
    "werift": "^0.20.1",
    "ws": "^8.20.0"
  },
  "funding": [
    {
      "type": "paypal",
      "url": "https://paypal.me/AllenFarmer"
    },
    {
      "type": "venmo",
      "url": "https://venmo.com/u/Allen-Farmer"
    },
    {
      "type": "cashApp",
      "url": "https://cash.app/$Jfamer08"
    }
  ],
  "directories": {
    "example": "example"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jfarmer08/wyze-api.git"
  },
  "bugs": {
    "url": "https://github.com/jfarmer08/wyze-api/issues"
  }
}
