Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:13 +08:00
commit a92a5555ed
4 changed files with 69 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "common",
"description": "Common utilities and tools",
"version": "0.0.1",
"author": {
"name": "Kento Shirasawa",
"email": "shirasawa@novalumo.com"
},
"commands": [
"./commands"
]
}