2026-03-09 18:15:42 +00:00
|
|
|
{
|
|
|
|
|
"name": "core-php",
|
|
|
|
|
"description": "PHP/Laravel development skills, API generation, and formatting",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Host UK",
|
|
|
|
|
"email": "hello@host.uk.com"
|
|
|
|
|
},
|
|
|
|
|
"license": "EUPL-1.2",
|
|
|
|
|
"commands": [
|
2026-03-13 10:18:41 +00:00
|
|
|
{
|
|
|
|
|
"name": "api:generate",
|
|
|
|
|
"description": "Generate TypeScript/JavaScript API client from Laravel routes",
|
|
|
|
|
"file": "api/commands/generate.md"
|
|
|
|
|
}
|
2026-03-09 18:15:42 +00:00
|
|
|
]
|
|
|
|
|
}
|