Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:45 +08:00
commit 240c84c465
4 changed files with 587 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "venturo-react",
"description": "React frontend development automation for Venturo skeleton - Guided workflows for features from OpenAPI specs",
"version": "1.0.0",
"author": {
"name": "Venturo",
"email": "dev@venturo.id"
},
"commands": [
"./commands"
]
}