chenyc
2025-02-07 0bfd57787ed25351a697d6df5b510ac47eaf701a
package.json
@@ -6,7 +6,7 @@
  "bin": "app.js",
  "scripts": {
    "dev": "node app.js",
    "dev2":"node ./dist/index.js",
    "dev2": "node ./dist/index.js",
    "pkg": "pkg ./dist/index.js",
    "pkg2": "pkg ./dist/index.js --target node16-win-x64",
    "pkg3": "pkg ./dist2/index.js --targets node16-win-x64 --external=@tensorflow/tfjs-node --compress gzip",
@@ -31,7 +31,8 @@
    "face-api.js": "^0.22.2",
    "moment": "^2.29.4",
    "mongoose": "^5.12.13",
    "multer": "^1.4.5-lts.1"
    "multer": "^1.4.5-lts.1",
    "winston-daily-rotate-file": "^5.0.0"
  },
  "devDependencies": {
    "@vercel/ncc": "^0.38.3",