Files
gh-marcioaltoe-claude-craft…/.claude-plugin/plugin.json
2025-11-30 08:39:12 +08:00

18 lines
330 B
JSON

{
"name": "quality",
"description": "Testing and code quality tools for Bun applications with Vitest and Biome.",
"version": "1.0.0",
"author": {
"name": "Marcio Altoé",
"email": "marcio.altoe@gmail.com"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}