39 lines
620 B
JSON
Executable file
39 lines
620 B
JSON
Executable file
{
|
|
"name": "getkirby/kql",
|
|
"description": "Kirby Query Language",
|
|
"license": "MIT",
|
|
"version": "1.2.0",
|
|
"keywords": [
|
|
"kirby",
|
|
"cms",
|
|
"api",
|
|
"json",
|
|
"query",
|
|
"headless"
|
|
],
|
|
"homepage": "https://getkirby.com",
|
|
"type": "kirby-plugin",
|
|
"authors": [
|
|
{
|
|
"name": "Bastian Allgeier",
|
|
"email": "bastian@getkirby.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"getkirby/composer-installer": "^1.2.1"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"allow-plugins": {
|
|
"getkirby/composer-installer": false
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Kirby\\": "src/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"fix": "php-cs-fixer fix"
|
|
}
|
|
}
|