Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:57:18 +08:00
commit f4a115851c
4 changed files with 77 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "auth-security-hooks",
"description": "auth-security 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"
]
}