add example code generator
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "python-mqtt-client-template",
|
||||
"version": "0.0.1",
|
||||
"description": "A template that generates a Python FastStream NATS client.",
|
||||
"description": "A template that generates a Python MQTT client using MQTT.",
|
||||
"generator": {
|
||||
"apiVersion": "v1",
|
||||
"apiVersion": "v3",
|
||||
"generator": ">=2.0.0 <4.0.0",
|
||||
"supportedProtocols": ["faststream", "nats"]
|
||||
"supportedProtocols": ["mqtt"]
|
||||
},
|
||||
"dependencies": {
|
||||
"@asyncapi/generator-react-sdk": "^0.2.25"
|
||||
|
||||
Reference in New Issue
Block a user