feat(plugin): add npm package for Claude Code plugin distribution
Some checks failed
CI / PHP 8.4 (push) Failing after 2m5s
CI / PHP 8.3 (push) Failing after 2m14s

Published as @lthn/core-claude-php on npm.

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-13 10:49:15 +00:00
parent e27f8b1088
commit 78b728c6df

View file

@ -0,0 +1,30 @@
{
"name": "@lthn/core-claude-php",
"version": "0.1.0",
"description": "Claude Code plugin for PHP/Laravel development — skills, API generation, and formatting",
"license": "EUPL-1.2",
"author": {
"name": "Host UK",
"email": "hello@host.uk.com"
},
"repository": {
"type": "git",
"url": "https://forge.lthn.ai/core/php.git",
"directory": ".claude-plugin"
},
"files": [
"plugin.json",
"commands/",
"skills/",
"hooks.json",
"hooks/",
"scripts/",
"api/"
],
"keywords": [
"claude-code-plugin",
"php",
"laravel",
"pint"
]
}