Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:00:31 +08:00
commit 2a4670331a
4 changed files with 75 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "dev-tools",
"description": "Developer productivity tools and utilities",
"version": "1.0.0",
"author": {
"name": "Josh Nichols",
"email": "josh@technicalpickles.com"
},
"hooks": [
"./hooks/hooks.json"
]
}