{ "name": "nischcodes/shiftcalc", "description": "A small quick and dirty script to connect to a next cloud instance and read my registered working ours and display thema as a sheet and calculate the worked hours.", "type": "project", "license": "GPL-3.0", "autoload": { "psr-4": { "Nischcodes\\Shiftcalc\\": "src/", "Nischcodes\\Shiftcalc\\App\\": "app/" } }, "authors": [ { "name": "nisch.codes", "email": "nischcodes@noreply.projects.nisch.codes" } ], "require": {}, "scripts": { "setup": "php public/index.php run:setup", "serve-dev": "docker-compose up -d --build", "stop-serve-dev": "docker-compose down", "serve": "docker-compose up -d --build", "stop-serve": "docker-compose down", "open-brower": "open http://localhost:8000" } }