Files

30 lines
681 B
JSON

{
"name": "vnc-avatarservice",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=development node app/app.js",
"start:gr13": "NODE_ENV=gr13 node app/app.js"
},
"author": "VNC Software AG",
"license": "",
"dependencies": {
"body-parser": "1.20.3",
"cors": "2.8.4",
"express": "4.22.1",
"express-async-errors": "3.1.1",
"fs": "^0.0.1-security",
"gm": "1.25.1",
"jsonwebtoken": "9.0.3",
"md5": "2.3.0",
"moment": "2.29.4",
"morgan": "1.11.0",
"multer": "1.4.5-lts.1"
},
"resolutions": {
"qs": "6.15.2"
}
}