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

19 lines
383 B
JSON

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