{ "name": "routes", "version": "1.0.0", "main": "Plugin.php", "repository": "https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-Routes.git", "author": "German Airlines VA", "license": "MIT", "devDependencies": { "@prettier/plugin-php": "^0.17.3", "prettier": "^2.3.0" }, "scripts": { "preinstall": "git config core.hooksPath .hooks", "format": "prettier --write './**/*.{php,html,yaml}'" } }