gx
chenyc
2025-01-23 26635894607b6b046cbcfb185499c4ed521262ed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "name": "face-recognition-nodejs",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "dev": "node app.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "pkg":{
    "scripts":"start",
    "targets":[
      "node16-win-x64"
    ]
  },
  "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"
  }
}