16 lines
441 B
JSON
16 lines
441 B
JSON
{
|
|
"name": "unit-testing",
|
|
"description": "Unit and integration test automation for Python and JavaScript with debugging support",
|
|
"version": "1.2.0",
|
|
"author": {
|
|
"name": "Seth Hobson",
|
|
"url": "https://github.com/wshobson"
|
|
},
|
|
"agents": [
|
|
"./plugins/unit-testing/agents/test-automator.md",
|
|
"./plugins/unit-testing/agents/debugger.md"
|
|
],
|
|
"commands": [
|
|
"./plugins/unit-testing/commands/test-generate.md"
|
|
]
|
|
} |