yogastic/package.json
2025-01-10 07:42:36 +01:00

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