16 lines
378 B
JSON
16 lines
378 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": [
|
|
"./agents/test-automator.md",
|
|
"./agents/debugger.md"
|
|
],
|
|
"commands": [
|
|
"./commands/test-generate.md"
|
|
]
|
|
} |