345
chenyc
2024-10-22 879f552947313cfc34a85e0e35fb44075e158810
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": "",
@@ -18,6 +18,7 @@
    "@alicloud/viapi-utils": "^1.0.0",
    "body-parser": "^1.20.3",
    "express": "^4.21.1",
    "moment": "^2.30.1",
    "mysql2": "^3.11.3",
    "pkg": "^5.8.1"
  },