33 lines
773 B
JSON
33 lines
773 B
JSON
{
|
|
"name": "prosody-muc-rest",
|
|
"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",
|
|
"express": "4.22.1",
|
|
"express-async-errors": "3.1.1",
|
|
"express-basic-auth": "1.2.1",
|
|
"hmacsha1": "1.0.0",
|
|
"jsonwebtoken": "9.0.3",
|
|
"md5": "2.3.0",
|
|
"moment": "^2.29.4",
|
|
"morgan": "1.11.0",
|
|
"pg": "8.8.0",
|
|
"pg-pool": "3.5.2",
|
|
"@cypress/request": "4.0.1",
|
|
"telnet-client": "^1.2.7"
|
|
},
|
|
"resolutions": {
|
|
"lodash": "4.18.1",
|
|
"qs": "6.15.2"
|
|
}
|
|
}
|