ETSmarthome/server/package.json

26 lines
536 B
JSON
Raw Permalink Normal View History

2024-05-07 12:15:24 +00:00
{
"name": "facedetector",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "npx tsc && node ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.7",
"typescript": "^5.4.5"
},
"dependencies": {
"@andreekeberg/imagedata": "^1.0.2",
"@tensorflow/tfjs-node": "^4.19.0",
"@vladmandic/face-api": "^1.7.13",
"axios": "^1.6.8",
"canvas": "^2.11.2",
"face-api.js": "^0.22.2",
"mqtt": "^5.5.5"
}
}