Files
nats-python/my_template/package.json
T
2026-06-03 10:36:11 +02:00

25 lines
638 B
JSON

{
"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"
}
}