mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
20 lines
496 B
JSON
20 lines
496 B
JSON
{
|
|
"name": "unleash-docker",
|
|
"version": "1.0.0",
|
|
"description": "Docker images for unleash.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "NODE_ENV=production node index.js",
|
|
"migrate-and-start": "npm run db-migrate && npm run start",
|
|
"db-migrate": "db-migrate up",
|
|
"test:ci": "echo 'no tests for unleash-docker';"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"db-migrate": "0.9.25",
|
|
"mkdirp": "^0.5.1",
|
|
"unleash-server": "^1.0.0-alpha.2"
|
|
}
|
|
}
|