UNPKG

unifi-protect-native

Version:

A complete implementation of the UniFi Protect API.

82 lines (81 loc) 2.01 kB
{ "name": "unifi-protect-native", "type": "module", "version": "4.27.6", "displayName": "UniFi Protect API", "description": "A complete implementation of the UniFi Protect API.", "author": { "name": "AndyTempel", "url": "https://github.com/AndyTempel" }, "homepage": "https://github.com/AndyTempel/unifi-protect-native#readme", "license": "ISC", "repository": { "type": "git", "url": "git://github.com/AndyTempel/unifi-protect-native.git" }, "bugs": { "url": "https://github.com/AndyTempel/unifi-protect-native/issues" }, "keywords": [ "camera", "doorbell", "ubiquiti", "unifi", "unifi protect", "motion", "motion sensor", "protect", "security", "uck", "uck g2", "uck g2+", "uck gen2", "uck gen2+", "udm", "udm pro", "udm-pro", "unifi camera", "unifi cloud key", "unifi dream machine pro", "unifi ffmpeg", "unifi nvr", "unifi-nvr", "unifios", "uvc g3 flex", "uvc g4 doorbell", "uvc g4 pro", "rtsp" ], "engines": { "node": ">=20" }, "main": "dist/index.js", "scripts": { "build": "shx rm -rf ./dist && tsc", "build-docs": "shx rm -f ./docs/[^CO]*.md && npx typedoc", "clean": "shx rm -rf ./dist", "lint": "eslint --max-warnings=20 eslint.config.mjs src/**.ts", "lint:fix": "eslint --fix --max-warnings=20 eslint.config.mjs src/**.ts", "postpublish": "npm run clean", "prepublishOnly": "npm run lint && npm run build", "test": "eslint src/**.ts" }, "devDependencies": { "@stylistic/eslint-plugin": "5.4.0", "@types/node": "24.5.2", "eslint": "9.36.0", "homebridge-plugin-utils": "1.29.3", "shx": "0.4.0", "typedoc": "0.28.13", "typedoc-plugin-markdown": "4.9.0", "typescript": "5.9.2", "typescript-eslint": "8.44.1" }, "dependencies": { "@react-native-cookies/cookies": "^6.2.1", "buffer": "6.0.3", "eventemitter3": "5.0.1", "fflate": "0.8.2" } }