2022-06-28 16:13:00 +02:00
|
|
|
{
|
|
|
|
"name": "unleash-docker",
|
|
|
|
"description": "Docker images for unleash.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "NODE_ENV=production node index.js",
|
|
|
|
"test:ci": "echo 'no tests for unleash-docker'"
|
|
|
|
},
|
|
|
|
"engines": {
|
2023-04-18 10:35:32 +02:00
|
|
|
"node": ">=18"
|
2022-06-28 16:13:00 +02:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"@exlinc/keycloak-passport": "^1.0.2",
|
|
|
|
"@passport-next/passport": "^3.1.0",
|
|
|
|
"@passport-next/passport-google-oauth2": "^1.0.0",
|
|
|
|
"basic-auth": "^2.0.1",
|
2023-12-05 03:18:20 +01:00
|
|
|
"passport": "^0.7.0",
|
2022-08-26 09:25:31 +02:00
|
|
|
"unleash-server": "file:../build"
|
2022-06-28 16:13:00 +02:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2022-11-03 15:30:01 +01:00
|
|
|
"async": "^3.2.4",
|
2022-06-28 16:13:00 +02:00
|
|
|
"db-migrate/rc/minimist": "^1.2.5",
|
2022-11-03 15:30:01 +01:00
|
|
|
"es5-ext": "0.10.62",
|
2022-06-28 16:13:00 +02:00
|
|
|
"knex/liftoff/object.map/**/kind-of": "^6.0.3",
|
|
|
|
"knex/liftoff/findup-sync/micromatc/kind-of": "^6.0.3",
|
|
|
|
"knex/liftoff/findup-sync/micromatc/nanomatch/kind-of": "^6.0.3",
|
|
|
|
"knex/liftoff/findup-sync/micromatch/define-property/**/kind-of": "^6.0.3",
|
2022-11-03 15:30:01 +01:00
|
|
|
"node-forge": "^1.0.0",
|
2022-06-28 16:13:00 +02:00
|
|
|
"set-value": "^4.0.1",
|
|
|
|
"ansi-regex": "^5.0.1",
|
|
|
|
"ssh2": "^1.4.0",
|
2022-11-03 15:30:01 +01:00
|
|
|
"json-schema": "^0.4.0",
|
2024-02-20 10:37:27 +01:00
|
|
|
"ip": "^2.0.1",
|
2023-04-10 15:17:16 +02:00
|
|
|
"minimatch": "^5.0.0",
|
2023-07-06 18:47:14 +02:00
|
|
|
"path-scurry": "1.6.3",
|
|
|
|
"semver": "^7.5.3"
|
2022-06-28 16:13:00 +02:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"set-value": "^4.0.1",
|
|
|
|
"ansi-regex": "^5.0.1",
|
|
|
|
"ssh2": "^1.4.0",
|
2023-07-06 09:22:51 +02:00
|
|
|
"json-schema": "^0.4.0",
|
|
|
|
"semver": "^7.5.3"
|
2022-06-28 16:13:00 +02:00
|
|
|
},
|
|
|
|
"version": "4.12.6"
|
|
|
|
}
|