31 lines
784 B
JSON
31 lines
784 B
JSON
{
|
|
"name": "bbb-export-annotations",
|
|
"version": "2.0",
|
|
"description": "BigBlueButton's Presentation Annotation Exporter",
|
|
"scripts": {
|
|
"start": "node master.js",
|
|
"lint:fix": "eslint --fix '**/*.js' --ignore-pattern 'node_modules/'",
|
|
"lint": "eslint '**/*.js' --ignore-pattern 'node_modules/'"
|
|
},
|
|
"dependencies": {
|
|
"@svgdotjs/svg.js": "^3.2.0",
|
|
"axios": "^1.6.5",
|
|
"form-data": "^4.0.0",
|
|
"opentype.js": "^1.3.4",
|
|
"perfect-freehand": "^1.0.16",
|
|
"probe-image-size": "^7.2.3",
|
|
"redis": "^4.0.3",
|
|
"sanitize-filename": "^1.6.3",
|
|
"svgdom": "^0.1.17"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.20.0",
|
|
"eslint-config-google": "^0.14.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.16.0",
|
|
"npm": ">=9.5.0"
|
|
},
|
|
"type": "module"
|
|
}
|