Files
2025-11-29 17:57:21 +08:00

16 lines
347 B
JSON

{
"name": "cicd-automation",
"description": "Meta-package: Installs all cicd-automation components (commands + agents)",
"version": "3.0.0",
"author": {
"name": "Ossie Irondi",
"email": "admin@kamdental.com",
"url": "https://github.com/AojdevStudio"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}