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": {
|
2020-11-08 20:33:07 +00:00
|
|
|
"@tensorflow/tfjs": "^2.6.0",
|
|
|
|
"@tensorflow/tfjs-node": "^2.6.0",
|
|
|
|
"@vladmandic/face-api": "^0.8.8",
|
2020-11-02 23:52:16 +00:00
|
|
|
"canvas": "^2.6.1",
|
|
|
|
"copyfiles": "^2.4.0",
|
2020-11-08 20:33:07 +00:00
|
|
|
"rtsp-stream": "file:../rtsp-stream",
|
|
|
|
"ts-node": "^9.0.0",
|
|
|
|
"typescript": "^4.0.5"
|
2020-11-02 23:52:16 +00:00
|
|
|
}
|
|
|
|
}
|