15 lines
337 B
JSON
15 lines
337 B
JSON
{
|
|
"name": "test-doubles-generator",
|
|
"description": "Generate mocks, stubs, spies, and fakes for unit testing with Jest, Sinon, and test frameworks",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Claude Code Plugin Hub",
|
|
"email": "[email protected]"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |