bigbluebutton-Github/export-annotations/package.json
2022-04-19 16:35:03 +02:00

16 lines
331 B
JSON

{
"name": "export-annotations",
"version": "0.0.1",
"description": "BigBlueButton's Presentation Annotation Exporter",
"scripts": {
"start": "node master.js"
},
"dependencies": {
"axios": "^0.26.0",
"form-data": "^4.0.0",
"image-size": "^1.0.1",
"redis": "^4.0.3",
"xmlbuilder2": "^3.0.2"
}
}