29 lines
708 B
JSON
29 lines
708 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|