@asyncapi/nodejs-ws-template
Version:
Node.js WebSockets template for AsyncAPI generator.
15 lines (14 loc) • 372 B
JSON
{
"name": "{{ asyncapi.info().title() | kebabCase }}",
"description": "{{ asyncapi.info().description() | oneLine }}",
"version": "{{ asyncapi.info().version() }}",
"scripts": {
"start": "node src/api/index.js"
},
"dependencies": {
"@asyncapi/parser": "^3.1.0",
"express": "4.19.2",
"express-ws": "4.0.0",
"node-yaml-config": "0.0.6"
}
}