feat(plugin): add npm package for Claude Code plugin distribution
Published as @lthn/core-claude-devops on npm. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
26be091e39
commit
144c1e440d
1 changed files with 30 additions and 0 deletions
30
.claude-plugin/package.json
Normal file
30
.claude-plugin/package.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "@lthn/core-claude-devops",
|
||||
"version": "0.1.0",
|
||||
"description": "Claude Code plugin for CI/CD, deployment, issue tracking, and Coolify integration",
|
||||
"license": "EUPL-1.2",
|
||||
"author": {
|
||||
"name": "Host UK",
|
||||
"email": "hello@host.uk.com"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://forge.lthn.ai/core/go-devops.git",
|
||||
"directory": ".claude-plugin"
|
||||
},
|
||||
"files": [
|
||||
"plugin.json",
|
||||
"commands/",
|
||||
"ci/",
|
||||
"coolify/",
|
||||
"issue/",
|
||||
"codex-ci/"
|
||||
],
|
||||
"keywords": [
|
||||
"claude-code-plugin",
|
||||
"devops",
|
||||
"ci",
|
||||
"coolify",
|
||||
"issues"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue