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 3daa731ed6
chore: removed passport from docker package.json file (#7159)
If you still need passport/custom auth, you should use the community
image https://github.com/Unleash/unleash-docker-community
2024-05-29 11:30:45 +02:00

19 lines
383 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"
},
"version": "5.12.4"
}