{ "name": "homebridge-face-location", "version": "1.0.0", "description": "", "main": "index.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc --build && npm run copy-files", "copy-files": "copyfiles -u 1 resources/* bin/resources" }, "repository": { "type": "git", "url": "ssh://git@thebword.ddns.net:3122/watsonb8/homebridge-face-location.git" }, "keywords": [ "homebridge", "typescript" ], "author": "Brandon Watson", "license": "ISC", "dependencies": { "@tensorflow/tfjs": "^2.6.0", "@tensorflow/tfjs-node": "^2.6.0", "@vladmandic/face-api": "^0.8.8", "canvas": "^2.6.1", "copyfiles": "^2.4.0", "rtsp-stream": "file:../rtsp-stream", "ts-node": "^9.0.0", "typescript": "^4.0.5" } }