1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-28 19:06:12 +01:00
unleash.unleash/docker/package.json
Christopher Kolstad 15726cc8ac
chore: upgrade to yarn v4 (#7230)
![Outdated as of
2020](https://github.com/Unleash/unleash/assets/177402/689a1bcc-441d-4b87-88a6-125e68a17f26)

This has been on our TODO list for a long time.

We're moving to latest released at the time of commit (v4.2.2)
2024-06-07 14:00:19 +02:00

40 lines
873 B
JSON

{
"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": {
"node": ">=20"
},
"author": "",
"license": "ISC",
"dependencies": {
"unleash-server": "file:../build"
},
"resolutions": {
"async": "^3.2.4",
"es5-ext": "0.10.64",
"node-forge": "^1.0.0",
"set-value": "^4.0.1",
"ansi-regex": "^5.0.1",
"ssh2": "^1.4.0",
"json-schema": "^0.4.0",
"ip": "^2.0.1",
"minimatch": "^5.0.0",
"path-scurry": "1.11.1",
"semver": "^7.5.3"
},
"overrides": {
"set-value": "^4.0.1",
"ansi-regex": "^5.0.1",
"ssh2": "^1.4.0",
"json-schema": "^0.4.0",
"semver": "^7.5.3"
},
"version": "6.0.1",
"packageManager": "yarn@4.2.2"
}