15 lines
418 B
JSON
15 lines
418 B
JSON
{
|
|
"name": "yogastic",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build.docker.image.yogastic": "cd environment/dev/docker/yogastic/scripts && bash build.docker.build.sh",
|
|
"build.docker.image.app": "cd environment/dev/docker/app/scripts && bash build.docker.build.sh "
|
|
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|