Merge branch 'master' into dev

This commit is contained in:
Song
2021-01-17 08:22:04 +08:00
4 changed files with 47 additions and 6 deletions
+4 -2
View File
@@ -3,10 +3,11 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./app.js"
"start": "node ./app.js",
"devStart": "nodemon ./app.js"
},
"dependencies": {
"axios": "^0.20.0",
"axios": "^0.21.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
@@ -19,6 +20,7 @@
"uuid": "^8.3.0"
},
"devDependencies": {
"nodemon": "^2.0.6",
"prettier": "^2.1.1"
}
}