designtopack/public/site/plugins/kql/composer.json

40 lines
620 B
JSON
Raw Normal View History

2024-07-10 16:10:33 +02:00
{
"name": "getkirby/kql",
"description": "Kirby Query Language",
"license": "MIT",
"version": "1.2.0",
2024-07-10 16:10:33 +02:00
"keywords": [
"kirby",
"cms",
"api",
"json",
"query",
"headless"
],
"homepage": "https://getkirby.com",
"type": "kirby-plugin",
2024-07-10 16:10:33 +02:00
"authors": [
{
"name": "Bastian Allgeier",
"email": "bastian@getkirby.com"
}
],
"require": {
"getkirby/composer-installer": "^1.2.1"
},
"config": {
"optimize-autoloader": true,
2024-07-10 16:10:33 +02:00
"allow-plugins": {
"getkirby/composer-installer": false
}
2024-07-10 16:10:33 +02:00
},
"autoload": {
"psr-4": {
"Kirby\\": "src/"
}
2024-07-10 16:10:33 +02:00
},
"scripts": {
"fix": "php-cs-fixer fix"
2024-07-10 16:10:33 +02:00
}
}