Files
macanhhuy 97e6fb83b5
Build + push image / build-and-push (push) Failing after 16s
build: migrate CI to Gitea Actions, drop GitLab/Jenkins/GCP
2026-08-19 19:44:14 +07:00

37 lines
864 B
JSON

{
"name": "vnctalk-hybrid-authenticator2",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "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",
"ldapjs": "1.0.2",
"md5": "2.3.0",
"moment": "2.29.4",
"morgan": "1.10.1",
"pg": "8.8.0",
"pg-pool": "3.5.2",
"@cypress/request": "3.0.10"
},
"resolutions": {
"brace-expansion": "5.0.6",
"form-data": "4.0.6",
"lodash": "4.18.1",
"minimatch": "10.2.4",
"qs": "6.15.2",
"uuid": "14.0.0"
}
}