This commit is contained in:
2025-02-18 08:31:38 +08:00
parent b6a71aa49b
commit cf1cc83547
12 changed files with 104 additions and 52 deletions

View File

@@ -3,7 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node-dev ./bin/www",
"dev": "npm run start",
"start": "node-dev ./bin/www ",
"doc": "apidoc -i routes/ -o doc/",
"build": "pm2 start ./bin/www --watch --name shop -i max"
},
@@ -16,6 +17,7 @@
"md5": "^2.2.1",
"morgan": "~1.9.1",
"mysql": "^2.17.1",
"mysql2": "^3.12.0",
"node-rsa": "^1.0.7",
"pug": "2.0.0-beta11"
}