feat: add project CRUD, OpenAPI import/parsing, module and endpoint management routes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 11:48:06 +08:00
parent 896115a438
commit a191a4db00
8 changed files with 548 additions and 0 deletions

View File

@@ -10,10 +10,12 @@
},
"dependencies": {
"@agent-fox/shared": "workspace:*",
"@apidevtools/swagger-parser": "^12.1.0",
"bcrypt": "^6.0.0",
"cors": "^2.8.5",
"express": "^5.0.0",
"jsonwebtoken": "^9.0.3",
"openapi-types": "^12.1.3",
"zod": "^3.24.0"
},
"devDependencies": {