chenyc
2023-12-22 618df1084c44db24128e95f2420a7af1690741d5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "face-recognition-nodejs",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "chenyincheng",
  "license": "ISC",
  "dependencies": {
    "@tensorflow/tfjs-node": "^4.15.0",
    "@vladmandic/face-api": "^1.7.12",
    "canvas": "^2.8.0",
    "cors": "^2.8.5",
    "express": "^4.17.1",
    "express-fileupload": "^1.2.1",
    "face-api.js": "^0.22.2",
    "moment": "^2.29.4",
    "mongoose": "^5.12.13",
    "multer": "^1.4.5-lts.1"
  }
}