feat: unify cloud workspace and release desktop v0.1.38
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "nodemon server.js"
|
||||
"dev": "nodemon server.js",
|
||||
"test": "npm run test:unit && npm run test:integration && node test_download_quota_defaults.js",
|
||||
"test:unit": "node tests/run-all-tests.js",
|
||||
"test:integration": "node tests/full-audit-regression.js"
|
||||
},
|
||||
"keywords": [
|
||||
"cloud-storage",
|
||||
@@ -30,8 +33,8 @@
|
||||
"express-validator": "^7.3.0",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"lodash": "^4.17.23",
|
||||
"multer": "^2.0.2",
|
||||
"nodemailer": "^8.0.1",
|
||||
"multer": "^2.2.0",
|
||||
"nodemailer": "^9.0.3",
|
||||
"svg-captcha": "^1.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user