@asyncapi/generator
Version:
The AsyncAPI generator. It can generate documentation, code, anything!
22 lines (21 loc) • 614 B
JSON
{
"name": "nunjucks-template",
"version": "0.0.1",
"description": "Simple nunjucks-based template that showcases different generator features that we can test in integration tests",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"generator": {
"parameters": {
"version": {
"description": "Custom version to be used"
},
"mode": {
"description": "development or production"
}
}
},
"dependencies": {
"@asyncapi/generator-react-sdk": "^1.1.2"
}
}