This commit is contained in:
sebseb7
2025-12-27 20:09:42 +01:00
parent 07764c376b
commit ee1955c048
8 changed files with 433 additions and 7 deletions

24
package-lock.json generated
View File

@@ -16,7 +16,8 @@
"openai": "^6.15.0",
"sharp": "^0.34.5",
"tesseract.js": "^7.0.0",
"uuid": "^10.0.0"
"uuid": "^10.0.0",
"ws": "^8.18.3"
}
},
"node_modules/@emnapi/runtime": {
@@ -2078,6 +2079,27 @@
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
"license": "ISC"
},
"node_modules/ws": {
"version": "8.18.3",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz",
"integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"peerDependencies": {
"bufferutil": "^4.0.1",
"utf-8-validate": ">=5.0.2"
},
"peerDependenciesMeta": {
"bufferutil": {
"optional": true
},
"utf-8-validate": {
"optional": true
}
}
},
"node_modules/xtend": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",