bigbluebutton-Github/export-annotations/package.json

19 lines
427 B
JSON
Raw Normal View History

2022-02-09 03:32:03 +08:00
{
"name": "export-annotations",
"version": "0.0.1",
"description": "BigBlueButton's Presentation Annotation Exporter",
2022-02-09 03:32:03 +08:00
"scripts": {
"start": "node master.js"
2022-02-09 03:32:03 +08:00
},
"dependencies": {
"axios": "^0.26.0",
"form-data": "^4.0.0",
"image-size": "^1.0.1",
2022-05-26 00:35:43 +08:00
"perfect-freehand": "^1.0.16",
"redis": "^4.0.3",
"sanitize-filename": "^1.6.3",
2022-05-04 00:46:45 +08:00
"twemoji": "^14.0.2",
"xmlbuilder2": "^3.0.2"
2022-02-09 03:32:03 +08:00
}
}