Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:57:30 +08:00
commit 1f3973b4c1
4 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "core-essentials-hooks",
"description": "core-essentials automation hooks for development workflow",
"version": "3.0.0",
"author": {
"name": "Ossie Irondi",
"email": "admin@kamdental.com",
"url": "https://github.com/AojdevStudio"
},
"hooks": [
"./hooks/hooks.json"
]
}