Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:57:15 +08:00
commit 61d1e720d8
6 changed files with 187 additions and 0 deletions

View File

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