{ "name": "@your-org/asyncapi-python-template", "version": "1.0.0", "description": "Custom Python async client generator for AsyncAPI", "generator": { "supportedProtocols": ["mqtt", "kafka", "nats"], "parameters": { "client_name": { "description": "Name of the generated client class", "default": "AsyncClient", "required": false }, "async_mode": { "description": "Enable async/await support", "default": true, "required": false } } }, "dependencies": { "@asyncapi/generator-react-sdk": "^1.1.0", "@asyncapi/modelina": "^4.0.0" } }