initial commit #2

This commit is contained in:
Schneider Roland
2024-12-29 06:36:02 +01:00
parent ae4bba3e1f
commit 6d1124b7b1
296 changed files with 18665 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "yogastic",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build.docker.image": "cd environment/dev/docker/yogastic/scripts && bash build.docker.build.sh"
},
"author": "",
"license": "ISC",
"description": ""
}