bigbluebutton-Github/bbb-export-annotations/package.json

28 lines
632 B
JSON
Raw Normal View History

2022-02-09 03:32:03 +08:00
{
"name": "bbb-export-annotations",
2022-02-09 03:32:03 +08:00
"version": "0.0.1",
"description": "BigBlueButton's Presentation Annotation Exporter",
2022-02-09 03:32:03 +08:00
"scripts": {
"start": "node master.js",
"lint:fix": "eslint --fix **/*.js"
2022-02-09 03:32:03 +08:00
},
"dependencies": {
"axios": "^0.26.0",
"form-data": "^4.0.0",
"lodash": "^4.17.21",
2022-05-26 00:35:43 +08:00
"perfect-freehand": "^1.0.16",
"probe-image-size": "^7.2.3",
"redis": "^4.0.3",
"sanitize-filename": "^1.6.3",
"xmlbuilder2": "^3.0.2"
},
"devDependencies": {
"eslint": "^8.20.0",
"eslint-config-google": "^0.14.0"
2022-12-09 05:15:06 +08:00
},
"engines": {
2022-12-09 05:21:11 +08:00
"node": "^16.16.0",
"npm": "^8.5.0"
2022-02-09 03:32:03 +08:00
}
}