Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:57:16 +08:00
commit 0491dc9c73
6 changed files with 754 additions and 0 deletions

View File

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