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