UNPKG

homebridge-camera-ffmpeg

Version:

Homebridge Plugin Providing FFmpeg-based Camera Support

77 lines (76 loc) 1.76 kB
{ "displayName": "Homebridge Camera FFmpeg", "name": "homebridge-camera-ffmpeg", "version": "3.1.4", "description": "Homebridge Plugin Providing FFmpeg-based Camera Support", "main": "dist/index.js", "license": "ISC", "funding": [ { "type": "kofi", "url": "https://ko-fi.com/sunookitsune" }, { "type": "paypal", "url": "https://paypal.me/sunoo" }, { "type": "github", "url": "https://github.com/Sunoo" }, { "type": "liberapay", "url": "https://liberapay.com/Sunoo" } ], "scripts": { "clean": "rimraf ./dist", "build": "rimraf ./dist && tsc", "lint": "eslint src/*.ts --fix", "lint-check": "eslint src/*.ts", "prepare": "npm run build", "prepublishOnly": "npm run lint-check", "postpublish": "npm run clean", "watch": "npm run clean && tsc --watch" }, "keywords": [ "homebridge-plugin", "camera", "ffmpeg", "homebridge" ], "repository": { "type": "git", "url": "git://github.com/Sunoo/homebridge-camera-ffmpeg.git" }, "bugs": { "url": "http://github.com/Sunoo/homebridge-camera-ffmpeg/issues" }, "engines": { "node": ">=10", "homebridge": ">=1.0.0" }, "files": [ "CHANGELOG.md", "config.schema.json", "dist/**/*", "LICENSE", "package.json", "README.md" ], "devDependencies": { "@types/node": "^17.0.5", "@types/ws": "^8.2.2", "@typescript-eslint/eslint-plugin": "^5.8.1", "@typescript-eslint/parser": "^5.8.1", "eslint": "^8.5.0", "homebridge": "^1.3.8", "rimraf": "^3.0.2", "typescript": "^4.5.4" }, "dependencies": { "ffmpeg-for-homebridge": "^0.0.9", "mqtt": "4.2.8", "pick-port": "^1.0.0" } }