chenyc
2024-12-23 45a0ba031e6d453f26b0e4ca181ebed4e119f829
package.json
@@ -8,7 +8,7 @@
    "start": "node app.js",
    "dev": "nodemon app.js",
    "build": "ncc build app.js -o dist",
    "dev:prod":"node dist/index.js"
    "dev:prod": "node dist/index.js"
  },
  "keywords": [],
  "author": "",
@@ -16,8 +16,10 @@
  "dependencies": {
    "@alicloud/facebody20191230": "^5.1.2",
    "@alicloud/viapi-utils": "^1.0.0",
    "axios": "^1.7.9",
    "body-parser": "^1.20.3",
    "express": "^4.21.1",
    "moment": "^2.30.1",
    "mysql2": "^3.11.3",
    "pkg": "^5.8.1"
  },