2022-02-09 03:32:03 +08:00
|
|
|
{
|
2022-07-06 01:47:01 +08:00
|
|
|
"name": "bbb-export-annotations",
|
2022-02-09 03:32:03 +08:00
|
|
|
"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-07-27 22:49:25 +08:00
|
|
|
"start": "node master.js",
|
|
|
|
"lint:fix": "eslint --fix **/*.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-10-22 17:19:39 +08:00
|
|
|
"lodash": "^4.17.21",
|
2022-05-26 00:35:43 +08:00
|
|
|
"perfect-freehand": "^1.0.16",
|
2022-06-02 05:22:08 +08:00
|
|
|
"probe-image-size": "^7.2.3",
|
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-02-14 01:10:37 +08:00
|
|
|
"xmlbuilder2": "^3.0.2"
|
2022-07-27 22:49:25 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.20.0",
|
|
|
|
"eslint-config-google": "^0.14.0"
|
2022-02-09 03:32:03 +08:00
|
|
|
}
|
|
|
|
}
|