1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-28 19:06:12 +01:00
unleash.unleash/docker/package.json

19 lines
383 B
JSON
Raw Normal View History

{
"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"
}