@asyncapi/generator
Version:
The AsyncAPI generator. It can generate documentation, code, anything!
14 lines (12 loc) • 409 B
JSON
{
"name": "react-template",
"version": "0.0.1",
"description": "Simple react-based template that showcases different generator features that we can test in integration tests",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@asyncapi/generator-react-sdk": "^1.1.2",
"@asyncapi/generator-components": "1.0.0"
}
}