homebridge-face-location/package.json

29 lines
708 B
JSON
Raw Normal View History

2020-11-02 23:52:16 +00:00
{
"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": {
"canvas": "^2.6.1",
"copyfiles": "^2.4.0",
"face-api.js": "^0.22.2",
"node-rtsp-stream": "0.0.9",
"rtsp-stream": "file:../rtsp-stream"
}
}