Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:07 +08:00
commit 3bc832a4cf
9 changed files with 347 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "dependency-checker",
"description": "Check dependencies for known vulnerabilities, outdated packages, and license compliance",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}