{
  "name": "homebridge-browsercam",
  "version": "1.2.3",
  "description": "A homebridge plugin enabling HomeKit support for camera with any phones, tablets, laptops, computers : everything that have a camera, a network access and a not too old/crappy browser.",
  "main": "./dist/homebridge/index.js",
  "scripts": {
    "build-dev": "webpack --config webpack.config.js --devtool source-map",
    "build": "webpack --config webpack.config.js",
    "babel": "babel ./src/homebridge/*.* --out-dir dist/homebridge --delete-dir-on-start -D && babel ./src/homebridge/camera/*.* --out-dir dist/homebridge/camera -D && babel ./src/homebridge/device/*.* --out-dir dist/homebridge/device -D && babel ./src/homebridge/sensor/*.* --out-dir dist/homebridge/sensor -D && babel ./src/homebridge/server/*.* --out-dir dist/homebridge/server -D"
  },
  "engines": {
    "node": ">=14.0.0",
    "homebridge": ">=1.4.0"
  },
  "keywords": [
    "homebridge-plugin",
    "Chrome",
    "Browser",
    "Camera",
    "homebridge",
    "plugin",
    "motion",
    "homekit"
  ],
  "author": "@louis49",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.17.2",
    "@louis49/nodeopencv": "^1.0.1",
    "core-js": "^3.21.0",
    "express": "^4.17.2",
    "ffmpeg-for-homebridge": "^0.0.9",
    "fifo-buffer": "^1.0.0",
    "node-forge": "^1.2.1",
    "pick-port": "^1.0.0",
    "ws": "^8.4.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.17.0",
    "@babel/core": "^7.17.5",
    "@babel/plugin-transform-runtime": "^7.17.0",
    "@babel/preset-env": "^7.16.11",
    "babel-loader": "^8.2.3",
    "babel-plugin-transform-import-meta": "^2.1.1",
    "copy-webpack-plugin": "^10.2.4",
    "eslint": "^8.9.0",
    "homebridge": "^1.4.0",
    "html-webpack-plugin": "^5.5.0",
    "webpack": "^5.68.0",
    "webpack-cli": "^4.9.2"
  },
  "homepage": "https://github.com/louis49/homebridge-browsercam",
  "bugs": {
    "url": "https://github.com/louis49/homebridge-browsercam/issues"
  },
  "funding": [
    {
      "type": "paypal",
      "url": "https://www.paypal.com/donate/?hosted_button_id=B8NGNPFGK69BY"
    },
    {
      "type": "buymeacoffee",
      "url": "https://www.buymeacoffee.com/louis49github"
    }
  ],
  "type": "commonjs"
}
