16 lines
331 B
JSON
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"
|
|
}
|
|
}
|