2022-02-09 03:32:03 +08:00
|
|
|
{
|
2022-07-06 01:47:01 +08:00
|
|
|
"name": "bbb-export-annotations",
|
2023-10-11 01:43:58 +08:00
|
|
|
"version": "2.0",
|
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",
|
2023-10-11 01:43:58 +08:00
|
|
|
"lint:fix": "eslint --fix '**/*.js' --ignore-pattern 'node_modules/'",
|
|
|
|
"lint": "eslint '**/*.js' --ignore-pattern 'node_modules/'"
|
2022-02-09 03:32:03 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-11 01:43:58 +08:00
|
|
|
"@svgdotjs/svg.js": "^3.2.0",
|
2024-08-14 20:52:25 +08:00
|
|
|
"axios": "^1.7.4",
|
2022-02-27 00:52:05 +08:00
|
|
|
"form-data": "^4.0.0",
|
2023-10-11 01:43:58 +08:00
|
|
|
"opentype.js": "^1.3.4",
|
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",
|
2023-10-11 01:43:58 +08:00
|
|
|
"svgdom": "^0.1.17"
|
2022-07-27 22:49:25 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^8.20.0",
|
|
|
|
"eslint-config-google": "^0.14.0"
|
2022-12-09 05:15:06 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
2024-01-20 04:30:33 +08:00
|
|
|
"node": ">=18.16.0",
|
|
|
|
"npm": ">=9.5.0"
|
2023-10-11 01:43:58 +08:00
|
|
|
},
|
|
|
|
"type": "module"
|
2022-02-09 03:32:03 +08:00
|
|
|
}
|