gx
chenyc
2025-06-12 7b72ac13a83764a662159d4a49b7fffb90476ecb
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
31
32
33
34
35
36
37
38
39
40
41
42
{
  "name": "face-recognition-nodejs",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "bin": "app.js",
  "scripts": {
    "dev": "node app.js",
    "dev2": "node ./dist/index.js",
    "build2":"pkg app.js --targets node10-win-x64 --verbose",
    "pkg": "pkg ./dist/index.js",
    "pkg2": "pkg ./dist/index.js --target node12-win-x64",
    "pkg3": "pkg ./dist2/index.js --targets node16-win-x64 --external=@tensorflow/tfjs-node --compress gzip",
    "build": "ncc build app.js -o dist",
    "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",
    "winston-daily-rotate-file": "^5.0.0"
  },
  "devDependencies": {
    "@vercel/ncc": "^0.38.3",
    "pkg": "^5.8.1"
  }
}