34
chenyc
2025-01-24 fb5abaff7d80096163dd712e74b8b7e0b968b84d
package.json
@@ -3,13 +3,19 @@
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "bin": "app.js",
  "scripts": {
    "dev": "node app.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",
    "build": "ncc build app.js -o dist",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "pkg":{
    "scripts":"start",
    "targets":[
  "pkg": {
    "scripts": "start",
    "targets": [
      "node16-win-x64"
    ]
  },
@@ -26,5 +32,9 @@
    "moment": "^2.29.4",
    "mongoose": "^5.12.13",
    "multer": "^1.4.5-lts.1"
  },
  "devDependencies": {
    "@vercel/ncc": "^0.38.3",
    "pkg": "^5.8.1"
  }
}