17 lines
451 B
JSON
17 lines
451 B
JSON
{
|
|
"name": "graphql",
|
|
"version": "1.0.0",
|
|
"main": "Plugin.php",
|
|
"repository": "https://git.hofmannnet.myhome-server.de/GermanAirlines/GermanAirlinesVA-GraphQL.git",
|
|
"author": "German Airlines VA",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@prettier/plugin-php": "^0.17.3",
|
|
"prettier": "^2.3.2"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "git config core.hooksPath .hooks",
|
|
"format": "prettier --write './**/*.{php,html,yaml}'"
|
|
}
|
|
}
|